Skip to content

Commit 28e7f3d

Browse files
committed
Release v0.50.1
1 parent 939f04e commit 28e7f3d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG-db.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
train-50.1
2+
* fix(db): fix memory-store initialisation of device fields to null #117
3+
* fix(version): print out constructor class name; adds /__version__ alias #118
4+
15
train-50
26
* chore(nsp): re-added shrinkwrap validation to travis
37
* fix(server): fix bad route parameter name

npm-shrinkwrap.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fxa-auth-db-mysql",
3-
"version": "0.50.0",
3+
"version": "0.50.1",
44
"description": "MySQL backend for the fxa-auth-db-server",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)