Skip to content

Commit

Permalink
release: v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
justinsisley committed Jan 4, 2020
1 parent 7c9c646 commit 2973a37
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v2.3.0

- __docs:__ Updated docs for JWKS [7c9c646]
- __feat:__ Added verification using JWKS [f63c246]


## v2.2.0

- __feat:__ Remove bearer prefix in auth header [d1761a7]
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tokenpress",
"version": "2.2.0",
"version": "2.3.0",
"description": "A JWT utility belt for JavaScript applications",
"main": "index.js",
"repository": "https://github.com/justinsisley/tokenpress",
Expand Down Expand Up @@ -42,4 +42,4 @@
"window": true
}
}
}
}

0 comments on commit 2973a37

Please sign in to comment.