Skip to content

Commit

Permalink
release: Updates for release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brettritter-okta committed Feb 25, 2019
1 parent f47ec47 commit 345f5df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# nJwt Change Log

### 0.4.1

* updated `nJwt.base64urlEncode()` to replace deprecated `new Buffer()` with `Buffer.from()`

### 0.4.0

* Added a key resolver interface, use `nJwt.createVerifier().withKeyResolver(function(kid, cb){ })`
Expand Down Expand Up @@ -38,4 +42,4 @@ The default `exp` field is now set to a default expiration of 1 hour.

### 0.1.0

First release.
First release.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "njwt",
"version": "0.4.0",
"version": "0.4.1",
"description": "JWT Library for Node.js",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 345f5df

Please sign in to comment.