Release v1.99.0
This commit is contained in:
Родитель
cf1c836b37
Коммит
4ea0661b64
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,3 +1,13 @@
|
|||
<a name"1.99.0"></a>
|
||||
## 1.99.0 (2017-11-03)
|
||||
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
* **pkce:** match pkce implementation to specifications (#498) r=rfk ([cf1c836b](https://github.com/mozilla/fxa-oauth-server/commit/cf1c836b), closes [#495](https://github.com/mozilla/fxa-oauth-server/issues/495))
|
||||
* **travis:** run tests with 6 and 8 (#497) r=vladikoff ([a49b2727](https://github.com/mozilla/fxa-oauth-server/commit/a49b2727))
|
||||
|
||||
|
||||
<a name"1.98.1"></a>
|
||||
### 1.98.1 (2017-10-26)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-oauth-server",
|
||||
"version": "1.98.1",
|
||||
"version": "1.99.0",
|
||||
"dependencies": {
|
||||
"bluebird": {
|
||||
"version": "2.11.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-oauth-server",
|
||||
"version": "1.98.1",
|
||||
"version": "1.99.0",
|
||||
"private": true,
|
||||
"description": "Firefox Accounts OAuth2 server.",
|
||||
"scripts": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче