This commit is contained in:
vladikoff 2016-11-07 14:43:36 -05:00
Родитель d01e115aee
Коммит 165df8e9d1
3 изменённых файлов: 12 добавлений и 2 удалений

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

@ -1,3 +1,13 @@
<a name="1.73.1"></a>
## [1.73.1](https://github.com/mozilla/fxa-auth-server/compare/v1.73.0...v1.73.1) (2016-11-07)
### Bug Fixes
* **reminders:** fix disabled state (#1536) r=vbudhram ([d01e115](https://github.com/mozilla/fxa-auth-server/commit/d01e115)), closes [#1536](https://github.com/mozilla/fxa-auth-server/issues/1536) [#1408](https://github.com/mozilla/fxa-auth-server/issues/1408)
<a name="1.73.0"></a> <a name="1.73.0"></a>
# [1.73.0](https://github.com/mozilla/fxa-auth-server/compare/v1.72.0...v1.73.0) (2016-11-02) # [1.73.0](https://github.com/mozilla/fxa-auth-server/compare/v1.72.0...v1.73.0) (2016-11-02)

2
npm-shrinkwrap.json сгенерированный
Просмотреть файл

@ -1,6 +1,6 @@
{ {
"name": "fxa-auth-server", "name": "fxa-auth-server",
"version": "1.73.0", "version": "1.73.1",
"dependencies": { "dependencies": {
"ajv": { "ajv": {
"version": "4.1.7", "version": "4.1.7",

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

@ -1,6 +1,6 @@
{ {
"name": "fxa-auth-server", "name": "fxa-auth-server",
"version": "1.73.0", "version": "1.73.1",
"description": "Firefox Accounts, an identity provider for Mozilla cloud services", "description": "Firefox Accounts, an identity provider for Mozilla cloud services",
"bin": { "bin": {
"fxa-auth": "./bin/key_server.js" "fxa-auth": "./bin/key_server.js"