This commit is contained in:
vladikoff 2018-04-24 21:00:33 -04:00
Родитель 5b259ad2c3
Коммит b33d7cda4f
2 изменённых файлов: 11 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,13 @@
<a name="1.110.2"></a>
## 1.110.2 (2018-04-25)
### Bug Fixes
* **permissions:** Allow untrusted reliers to request 'openid' scope. (#6111) r=@vladikoff ([5b259ad](https://github.com/mozilla/fxa-content-server/commit/5b259ad))
<a name="1.110.1"></a>
## 1.110.1 (2018-04-20)

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "fxa-content-server",
"version": "1.110.1",
"version": "1.110.2",
"description": "Firefox Accounts Content Server",
"scripts": {
"build-production": "NODE_ENV=production grunt build",