This commit is contained in:
Sean McArthur 2017-06-28 09:31:52 -07:00
Родитель ed59c0e6d2
Коммит 7ad4942dd6
3 изменённых файлов: 11 добавлений и 2 удалений

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

@ -1,3 +1,12 @@
<a name"1.90.0"></a>
## 1.90.0 (2017-06-28)
#### Features
* **pkce:** add PKCE support to the oauth server (#466) r=seanmonstar ([ed59c0e6](https://github.com/mozilla/fxa-oauth-server/commit/ed59c0e6))
<a name"1.89.0"></a>
## 1.89.0 (2017-06-14)

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

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

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

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