Skip to content

Commit

Permalink
bump version to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eesteban committed Sep 27, 2018
1 parent ee34472 commit d03fff1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.6.0

Add client factory

## 0.5.4

Excludes `coverage/` in .npmignore
Expand Down
2 changes: 1 addition & 1 deletion lib/jwt.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ var jwt = module.exports;
/**
* version
*/
jwt.version = '0.5.5';
jwt.version = '0.6.0';

/**
* Decode jwt
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jwt-simple",
"description": "JWT(JSON Web Token) encode and decode module",
"version": "0.5.5",
"version": "0.6.0",
"author": "Kazuhito Hokamura <[email protected]>",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,4 +33,4 @@
"main": "./index",
"types": "./index.d.ts",
"typings": "./index.d.ts"
}
}

0 comments on commit d03fff1

Please sign in to comment.