This commit is contained in:
Ryan Kelly 2016-07-02 10:19:10 +10:00
Родитель b4b30c2965
Коммит ab72b9bfa5
3 изменённых файлов: 12 добавлений и 2 удалений

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

@ -1,3 +1,13 @@
<a name"0.64.0"></a>
## 0.64.0 (2016-07-02)
#### Bug Fixes
* **scopes:** Dont treat `foo:write` as a sub-scope of `foo`. ([fe2f1fef](https://github.com/mozilla/fxa-oauth-server/commit/fe2f1fef))
* **tokens:** Added scripts that purge expired access tokens. ([10bbb240](https://github.com/mozilla/fxa-oauth-server/commit/10bbb240))
<a name"0.61.0"></a>
## 0.61.0 (2016-05-04)

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

@ -1,6 +1,6 @@
{
"name": "fxa-oauth-server",
"version": "0.61.0",
"version": "0.64.0",
"dependencies": {
"blanket": {
"version": "1.1.6",

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

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