This commit is contained in:
Vijay Budhram 2018-10-16 12:32:11 -04:00
Родитель a26db2334e
Коммит 9d64059bd9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: D49B640E659DCB9E
3 изменённых файлов: 13 добавлений и 2 удалений

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

@ -1,3 +1,14 @@
<a name="1.123.0"></a>
# [1.123.0](https://github.com/mozilla/fxa-profile-server/compare/v1.122.0...v1.123.0) (2018-10-16)
### Features
* **profile:** invalidate cache when profileChangedAt is older than id token value ([556a682](https://github.com/mozilla/fxa-profile-server/commit/556a682))
* **profile:** invalidate cache when profileChangedAt is older than id token value (#343), r=@r ([a26db23](https://github.com/mozilla/fxa-profile-server/commit/a26db23))
<a name="1.122.0"></a>
# [1.122.0](https://github.com/mozilla/fxa-profile-server/compare/v1.121.0...v1.122.0) (2018-10-02)

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

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

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

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