Release v1.126.0
This commit is contained in:
Родитель
5d3d89f280
Коммит
54eb5ba191
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,3 +1,15 @@
|
|||
<a name="1.126.0"></a>
|
||||
# [1.126.0](https://github.com/mozilla/fxa-auth-db-mysql/compare/v1.125.0...v1.126.0) (2018-11-27)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **account:** don't use `LOWER(uid)` in account query ([d2cfe49](https://github.com/mozilla/fxa-auth-db-mysql/commit/d2cfe49))
|
||||
* **account:** update accountRecord to specify charset for inEmail ([a45c8a0](https://github.com/mozilla/fxa-auth-db-mysql/commit/a45c8a0))
|
||||
* **tests:** Don't put binary data into fake email addresses. ([5c83dec](https://github.com/mozilla/fxa-auth-db-mysql/commit/5c83dec))
|
||||
|
||||
|
||||
|
||||
<a name="1.125.0"></a>
|
||||
# [1.125.0](https://github.com/mozilla/fxa-auth-db-mysql/compare/v1.124.1...v1.125.0) (2018-11-14)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-auth-db-mysql",
|
||||
"version": "1.125.0",
|
||||
"version": "1.126.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-auth-db-mysql",
|
||||
"version": "1.125.0",
|
||||
"version": "1.126.0",
|
||||
"description": "MySQL backend for Firefox Accounts",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче