Skip to content

Commit d03fff1

Browse files
author
eesteban
committed
bump version to v0.6.0
1 parent ee34472 commit d03fff1

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

History.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.6.0
2+
3+
Add client factory
4+
15
## 0.5.4
26

37
Excludes `coverage/` in .npmignore

lib/jwt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ var jwt = module.exports;
4343
/**
4444
* version
4545
*/
46-
jwt.version = '0.5.5';
46+
jwt.version = '0.6.0';
4747

4848
/**
4949
* Decode jwt

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jwt-simple",
33
"description": "JWT(JSON Web Token) encode and decode module",
4-
"version": "0.5.5",
4+
"version": "0.6.0",
55
"author": "Kazuhito Hokamura <k.hokamura@gmail.com>",
66
"repository": {
77
"type": "git",
@@ -33,4 +33,4 @@
3333
"main": "./index",
3434
"types": "./index.d.ts",
3535
"typings": "./index.d.ts"
36-
}
36+
}

0 commit comments

Comments
 (0)