This commit is contained in:
vladikoff 2018-05-17 10:15:16 -04:00
Родитель bc9256e88c
Коммит 1e20a50bc5
3 изменённых файлов: 16 добавлений и 2 удалений

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

@ -1,3 +1,17 @@
<a name="1.112.1"></a>
## [1.112.1](https://github.com/mozilla/fxa-oauth-server/compare/v1.112.0...v1.112.1) (2018-05-17)
### Bug Fixes
* **changelog:** update to latest changelog version (#556) ([bc9256e](https://github.com/mozilla/fxa-oauth-server/commit/bc9256e)), closes [#556](https://github.com/mozilla/fxa-oauth-server/issues/556)
### Features
* **ci:** move to CircleCI 2 (#554) r=@jbuck ([97e4f62](https://github.com/mozilla/fxa-oauth-server/commit/97e4f62)), closes [#554](https://github.com/mozilla/fxa-oauth-server/issues/554)
<a name"1.112.0"></a>
## 1.112.0 (2018-05-16)

2
npm-shrinkwrap.json сгенерированный
Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "fxa-oauth-server",
"version": "1.112.0",
"version": "1.112.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

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

@ -1,6 +1,6 @@
{
"name": "fxa-oauth-server",
"version": "1.112.0",
"version": "1.112.1",
"private": true,
"description": "Firefox Accounts OAuth2 server.",
"scripts": {