This commit is contained in:
vladikoff 2017-11-17 00:48:23 -05:00
Родитель 97b36140d4
Коммит 2555763191
2 изменённых файлов: 11 добавлений и 1 удалений

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

@ -1,3 +1,13 @@
<a name="1.100.4"></a>
## 1.100.4 (2017-11-17)
### Features
* **OpenID:** Enable CORS on the /.well-known/openid-configuration endpoint. (#5730) r=@vladik ([98c5b41](https://github.com/mozilla/fxa-content-server/commit/98c5b41)), closes [#5453](https://github.com/mozilla/fxa-content-server/issues/5453)
<a name="1.100.3"></a>
## 1.100.3 (2017-11-17)

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

@ -1,6 +1,6 @@
{
"name": "fxa-content-server",
"version": "1.100.3",
"version": "1.100.4",
"description": "Firefox Accounts Content Server",
"scripts": {
"build-production": "grunt build",