Skip to content

Commit

Permalink
Update version to v0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hokaccha committed Mar 30, 2019
1 parent 6748842 commit c58bfe5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.5.6

Remove usage of deprecated Buffer constructor #89 @eliot-akira

## 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.5.6';

/**
* Decode jwt
Expand Down
2 changes: 1 addition & 1 deletion 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.5.6",
"author": "Kazuhito Hokamura <[email protected]>",
"repository": {
"type": "git",
Expand Down

0 comments on commit c58bfe5

Please sign in to comment.