This commit is contained in:
Ryan Kelly 2017-09-06 21:17:04 +10:00
Родитель 3e3879a6ab
Коммит f75c860b94
3 изменённых файлов: 21 добавлений и 2 удалений

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

@ -1,3 +1,22 @@
<a name="1.95.0"></a>
# [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))
<a name="1.94.0"></a>
# [1.94.0](https://github.com/mozilla/fxa-profile-server/compare/v1.93.0...v1.94.0) (2017-08-22)

2
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",

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

@ -1,6 +1,6 @@
{
"name": "fxa-profile-server",
"version": "1.94.0",
"version": "1.95.0",
"private": true,
"description": "Firefox Accounts Profile service.",
"scripts": {