Skip to content
This repository was archived by the owner on Apr 3, 2019. It is now read-only.

Commit af53ea4

Browse files
committed
Release v1.106.0
1 parent 0d874f9 commit af53ea4

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
<a name="1.106.0"></a>
2+
# [1.106.0](https://github.com/mozilla/fxa-auth-db-mysql/compare/v1.105.0...v1.106.0) (2018-02-21)
3+
4+
5+
### Bug Fixes
6+
7+
* **token:** Fix mem verifyTokenCode (#303), r=@rfk, @philbooth ([6a4fb67](https://github.com/mozilla/fxa-auth-db-mysql/commit/6a4fb67)), closes [(#303](https://github.com/(/issues/303)
8+
9+
### chore
10+
11+
* **deps:** update deps, fix nsp (#308) r=@philbooth ([0d874f9](https://github.com/mozilla/fxa-auth-db-mysql/commit/0d874f9)), closes [(#308](https://github.com/(/issues/308)
12+
13+
### Features
14+
15+
* **sessions:** Add support for reauth on an existing session. (#305); r=philbooth ([fdff3e9](https://github.com/mozilla/fxa-auth-db-mysql/commit/fdff3e9))
16+
* **totp:** Add totp management api (#299), r=@philbooth ([9b8efcb](https://github.com/mozilla/fxa-auth-db-mysql/commit/9b8efcb))
17+
18+
19+
120
<a name="1.105.0"></a>
221
# [1.105.0](https://github.com/mozilla/fxa-auth-db-mysql/compare/v1.104.0...v1.105.0) (2018-02-06)
322

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": "1.105.0",
3+
"version": "1.106.0",
44
"description": "MySQL backend for Firefox Accounts",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)