Release v1.95.0
This commit is contained in:
Родитель
3e3879a6ab
Коммит
f75c860b94
19
CHANGELOG.md
19
CHANGELOG.md
|
@ -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)
|
||||
|
||||
|
|
|
@ -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": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче