diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b68319..7e4c16e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +# 1.111.0 (2018-05-02) + + +### Features + +* **node:** update to node 8 (#239) r=@jrgm ([e8e2e45](https://github.com/mozilla/fxa-customs-server/commit/e8e2e45)) + + + # 1.110.0 (2018-04-18) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 1803516..f71e49b 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "fxa-customs-server", - "version": "1.110.0", + "version": "1.111.0", "dependencies": { "bl": { "version": "1.1.2", diff --git a/package.json b/package.json index 985375e..8e376c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fxa-customs-server", - "version": "1.110.0", + "version": "1.111.0", "description": "Firefox Accounts Customs Server", "author": "Mozilla (https://mozilla.org/)", "license": "MPL-2.0",