This commit is contained in:
Sean McArthur 2016-10-05 09:21:31 -07:00
Родитель 2df72b6525
Коммит e2b85293dd
3 изменённых файлов: 15 добавлений и 2 удалений

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

@ -1,3 +1,16 @@
<a name="0.71.0"></a>
# [0.71.0](https://github.com/mozilla/fxa-profile-server/compare/v0.70.0...v0.71.0) (2016-10-05)
### Bug Fixes
* **config:** Add env key to required config variables ([232480f](https://github.com/mozilla/fxa-profile-server/commit/232480f))
* **config:** Add env key to required config variables (#211) r=vladikoff ([3ad6ae6](https://github.com/mozilla/fxa-profile-server/commit/3ad6ae6))
* **deps:** downgrade to hapi 14 (#213) r=vladikoff ([2df72b6](https://github.com/mozilla/fxa-profile-server/commit/2df72b6))
* **deps:** update to latest hapi, joi and boom. requires node 4+ ([d975d21](https://github.com/mozilla/fxa-profile-server/commit/d975d21))
<a name="0.70.0"></a>
# [0.70.0](https://github.com/mozilla/fxa-profile-server/compare/v0.69.0...v0.70.0) (2016-09-21)

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

@ -1,6 +1,6 @@
{
"name": "fxa-profile-server",
"version": "0.70.0",
"version": "0.71.0",
"dependencies": {
"aws-sdk": {
"version": "2.4.7",

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

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