This commit is contained in:
vladikoff 2018-08-23 12:24:14 -04:00
Родитель 8b6141e052
Коммит f9a49a3706
3 изменённых файлов: 13 добавлений и 4 удалений

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

@ -1,3 +1,14 @@
<a name="1.119.3"></a>
## [1.119.3](https://github.com/mozilla/fxa-auth-server/compare/v1.119.1...v1.119.3) (2018-08-23)
### chore
* **docs:** changelog updates ([8b6141e](https://github.com/mozilla/fxa-auth-server/commit/8b6141e))
<a name="1.119.2"></a>
## [1.119.2](https://github.com/mozilla/fxa-auth-server/compare/v1.119.1...v1.119.2) (2018-08-23)
@ -5,8 +16,6 @@
### Bug Fixes
* **devices:** Add feature-flag for the "device commands" functionality. (#2591) r=@vladikoff ([85889ee](https://github.com/mozilla/fxa-auth-server/commit/85889ee)), closes [#2591](https://github.com/mozilla/fxa-auth-server/issues/2591)
* **npm:** new shrinkwrap
<a name="1.119.1"></a>
## [1.119.1](https://github.com/mozilla/fxa-auth-server/compare/v1.119.0...v1.119.1) (2018-08-21)

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

@ -1,6 +1,6 @@
{
"name": "fxa-auth-server",
"version": "1.119.2",
"version": "1.119.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

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

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