This commit is contained in:
vladikoff 2017-11-27 10:28:54 -05:00
Родитель a5e6d8f4de
Коммит 9a95b3c749
3 изменённых файлов: 16 добавлений и 2 удалений

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

@ -1,3 +1,17 @@
<a name"1.100.1"></a>
### 1.100.1 (2017-11-27)
#### Bug Fixes
* **keys:** replace scope key TLD (#505) r=@rfk ([a5e6d8f4](https://github.com/mozilla/fxa-oauth-server/commit/a5e6d8f4))
#### Features
* **keys:** Check lastAuthAt freshness when fetching key data. (#502) r=@vladikoff ([855adee4](https://github.com/mozilla/fxa-oauth-server/commit/855adee4))
<a name"1.100.0"></a>
## 1.100.0 (2017-11-15)

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

@ -1,6 +1,6 @@
{
"name": "fxa-oauth-server",
"version": "1.100.0",
"version": "1.100.1",
"dependencies": {
"bluebird": {
"version": "2.11.0",

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

@ -1,6 +1,6 @@
{
"name": "fxa-oauth-server",
"version": "1.100.0",
"version": "1.100.1",
"private": true,
"description": "Firefox Accounts OAuth2 server.",
"scripts": {