From f75c860b949f6d8c5672e9e469cb6a88d58837e5 Mon Sep 17 00:00:00 2001 From: Ryan Kelly Date: Wed, 6 Sep 2017 21:17:04 +1000 Subject: [PATCH] Release v1.95.0 --- CHANGELOG.md | 19 +++++++++++++++++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73224dd..85f8f7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ + +# [1.95.0](https://github.com/mozilla/fxa-profile-server/compare/v1.94.0...v1.95.0) (2017-09-06) + + +### Bug Fixes + +* **deps:** shrinkwrap ([95190ce](https://github.com/mozilla/fxa-profile-server/commit/95190ce)) + +### Features + +* **deps:** add git to docker build ([147c32d](https://github.com/mozilla/fxa-profile-server/commit/147c32d)) + +### Refactor + +* **lint:** remove jscs, update eslint rules ([cbe383a](https://github.com/mozilla/fxa-profile-server/commit/cbe383a)) +* **routes:** remove the deprecated avatar list route ([8cf798b](https://github.com/mozilla/fxa-profile-server/commit/8cf798b)) + + + # [1.94.0](https://github.com/mozilla/fxa-profile-server/compare/v1.93.0...v1.94.0) (2017-08-22) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 20b776b..cc9a972 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "fxa-profile-server", - "version": "1.94.0", + "version": "1.95.0", "dependencies": { "aws-sdk": { "version": "2.4.7", diff --git a/package.json b/package.json index 2b5a523..086704e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fxa-profile-server", - "version": "1.94.0", + "version": "1.95.0", "private": true, "description": "Firefox Accounts Profile service.", "scripts": {