Release v1.115.1
This commit is contained in:
Родитель
15c3065037
Коммит
5d198fc378
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -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)
|
||||
|
||||
|
|
|
@ -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": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче