From 7ad4942dd686e76b762d143bc95e6463c166bf87 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Wed, 28 Jun 2017 09:31:52 -0700 Subject: [PATCH] Release v1.90.0 --- CHANGELOG.md | 9 +++++++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5bbeec..00141bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + +## 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)) + + ## 1.89.0 (2017-06-14) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index d20cfd4..96ccd44 100644 --- a/npm-shrinkwrap.json +++ b/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", diff --git a/package.json b/package.json index b85616b..51ef436 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fxa-oauth-server", - "version": "1.89.0", + "version": "1.90.0", "private": true, "description": "Firefox Accounts OAuth2 server.", "scripts": {