This commit is contained in:
Ryan Kelly 2018-06-27 16:00:28 +10:00
Родитель 15c3065037
Коммит 5d198fc378
3 изменённых файлов: 12 добавлений и 2 удалений

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

@ -1,3 +1,13 @@
<a name="1.115.1"></a>
## [1.115.1](https://github.com/mozilla/fxa-oauth-server/compare/v1.115.0...v1.115.1) (2018-06-27)
### Bug Fixes
* **tokens:** Avoid quadratic behaviour when listing active clients. (#9); r=vladikoff ([15c3065](https://github.com/mozilla/fxa-oauth-server/commit/15c3065)), closes [#9](https://github.com/mozilla/fxa-oauth-server/issues/9)
<a name="1.115.0"></a>
# [1.115.0](https://github.com/mozilla/fxa-oauth-server/compare/v1.113.1...v1.115.0) (2018-06-25)

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

@ -1,6 +1,6 @@
{
"name": "fxa-oauth-server",
"version": "1.115.0",
"version": "1.115.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

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

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