Skip to content

Commit

Permalink
FIX _generateNumberToken converts the generated number into a string
Browse files Browse the repository at this point in the history
  • Loading branch information
florianheinemann committed Oct 22, 2016
1 parent 4c90f2a commit c7f8d8a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
# 1.1.2 (2016-10-22)

Bugfixes:
- FIX _generateNumberToken converts the generated number into a string

# 1.1.1 (2016-03-05)

Bugfixes:
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "passwordless",
"version": "1.1.1",
"version": "1.1.2",
"description": "A node.js/express module for passwordless authentication",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit c7f8d8a

Please sign in to comment.