We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6748842 commit c58bfe5Copy full SHA for c58bfe5
3 files changed
History.md
@@ -1,3 +1,7 @@
1
+## 0.5.6
2
+
3
+Remove usage of deprecated Buffer constructor #89 @eliot-akira
4
5
## 0.5.4
6
7
Excludes `coverage/` in .npmignore
lib/jwt.js
@@ -43,7 +43,7 @@ var jwt = module.exports;
43
/**
44
* version
45
*/
46
-jwt.version = '0.5.5';
+jwt.version = '0.5.6';
47
48
49
* Decode jwt
package.json
@@ -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 <k.hokamura@gmail.com>",
"repository": {
"type": "git",
0 commit comments