Skip to content

Commit e5ade5a

Browse files
authoredNov 7, 2016
Merge pull request #38 from jwtk/release-0.3.2
Release 0.3.2
2 parents d2a7acc + a342879 commit e5ade5a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# nJwt Change Log
22

3+
### 0.3.2
4+
5+
Added support for the `nbf`, "not before", claim.
6+
37
### 0.3.1
48

59
Fixed to support proper signing and verification of ECDSA signatures.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "njwt",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "JWT Library for Node.js",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)