This commit is contained in:
vladikoff 2017-07-10 12:24:54 -04:00
Родитель 8e30f4907d
Коммит 21f66fa6fd
3 изменённых файлов: 19 добавлений и 2 удалений

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

@ -1,3 +1,20 @@
<a name="1.90.2"></a>
## [1.90.2](https://github.com/mozilla/fxa-profile-server/compare/v1.90.0...v1.90.2) (2017-07-10)
### Bug Fixes
* **cache:** fix cache config ([ce13b92](https://github.com/mozilla/fxa-profile-server/commit/ce13b92))
* **cache:** register server method on server creation ([29ce561](https://github.com/mozilla/fxa-profile-server/commit/29ce561))
* **startup:** exit if server.start() returns an error ([b46d879](https://github.com/mozilla/fxa-profile-server/commit/b46d879))
### Features
* **config:** fix generateTimeout default setting in profile caching (#260) r=jbuck ([f46888c](https://github.com/mozilla/fxa-profile-server/commit/f46888c)), closes [(#260](https://github.com/(/issues/260)
* **node:** upgrade to Node 6 ([d4c8ec3](https://github.com/mozilla/fxa-profile-server/commit/d4c8ec3))
<a name="1.90.1"></a>
## [1.90.1](https://github.com/mozilla/fxa-profile-server/compare/v1.90.0...v1.90.1) (2017-06-29)

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

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

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

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