Skip to content

Commit

Permalink
Release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjmcgrath committed Jun 12, 2020
1 parent 8050175 commit 0a50d4e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 2.4.0

- Added support for a custom user key (`customUserKey`)
- Added TypeScript definitions

# 2.3.0

- Added support for a custom scope key (`customScopeKey`)
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"name": "express-jwt-authz",
"version": "2.3.0",
"version": "2.4.0",
"description": "Validate a JWTs scope to authorize access to an endpoint",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "mocha"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/auth0/express-jwt-authz.git"
Expand Down

0 comments on commit 0a50d4e

Please sign in to comment.