Release v1.119.1 (#390)
This commit is contained in:
Родитель
a01e4aaf98
Коммит
5c560d606a
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -1,3 +1,17 @@
|
|||
<a name="1.119.1"></a>
|
||||
## [1.119.1](https://github.com/mozilla/fxa-auth-db-mysql/compare/v1.118.1...v1.119.1) (2018-08-23)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **devices:** Reinstate device commands, with performance fixes. (#389) r=@vladikoff,@philboot ([a01e4aa](https://github.com/mozilla/fxa-auth-db-mysql/commit/a01e4aa)), closes [#384](https://github.com/mozilla/fxa-auth-db-mysql/issues/384) [#384](https://github.com/mozilla/fxa-auth-db-mysql/issues/384)
|
||||
|
||||
### chore
|
||||
|
||||
* **db:** ensure mem db behaves like mysql db ([8d5d55f](https://github.com/mozilla/fxa-auth-db-mysql/commit/8d5d55f))
|
||||
|
||||
|
||||
|
||||
<a name="1.119.0"></a>
|
||||
# [1.119.0](https://github.com/mozilla/fxa-auth-db-mysql/compare/v1.118.1...v1.119.0) (2018-08-21)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-auth-db-mysql",
|
||||
"version": "1.119.0",
|
||||
"version": "1.119.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-auth-db-mysql",
|
||||
"version": "1.119.0",
|
||||
"version": "1.119.1",
|
||||
"description": "MySQL backend for Firefox Accounts",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче