Merge pull request #357 from mozilla/train-126

Release v1.126.0
This commit is contained in:
Vijay Budhram 2018-11-27 15:12:24 -05:00 коммит произвёл GitHub
Родитель a59cebe821 3231ce93ec
Коммит b7af74fd40
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 16 добавлений и 2 удалений

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

@ -1,3 +1,17 @@
<a name="1.126.0"></a>
# [1.126.0](https://github.com/mozilla/fxa-profile-server/compare/v1.124.0...v1.126.0) (2018-11-27)
### Bug Fixes
* **audit:** rewrap deps to fix security warnings ([490bd56](https://github.com/mozilla/fxa-profile-server/commit/490bd56)), closes [#354](https://github.com/mozilla/fxa-profile-server/issues/354) [#355](https://github.com/mozilla/fxa-profile-server/issues/355)
### Refactor
* **headers:** remove HPKP headers ([69dfe39](https://github.com/mozilla/fxa-profile-server/commit/69dfe39)), closes [#352](https://github.com/mozilla/fxa-profile-server/issues/352)
<a name="1.124.0"></a> <a name="1.124.0"></a>
# [1.124.0](https://github.com/mozilla/fxa-profile-server/compare/v1.123.0...v1.124.0) (2018-10-30) # [1.124.0](https://github.com/mozilla/fxa-profile-server/compare/v1.123.0...v1.124.0) (2018-10-30)

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

@ -1,6 +1,6 @@
{ {
"name": "fxa-profile-server", "name": "fxa-profile-server",
"version": "1.124.0", "version": "1.126.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

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

@ -1,6 +1,6 @@
{ {
"name": "fxa-profile-server", "name": "fxa-profile-server",
"version": "1.124.0", "version": "1.126.0",
"private": true, "private": true,
"description": "Firefox Accounts Profile service.", "description": "Firefox Accounts Profile service.",
"scripts": { "scripts": {