Skip to content

Commit

Permalink
Merge pull request #41 from auth0/release-2.4.1
Browse files Browse the repository at this point in the history
Release 2.4.1
  • Loading branch information
adamjmcgrath committed Jul 21, 2020
2 parents 9b73a88 + 83e4e05 commit 4591867
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.4.1

- Fixed TS export to model CommonJS

# 2.4.0

- Added support for a custom user key (`customUserKey`)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "express-jwt-authz",
"version": "2.4.0",
"version": "2.4.1",
"description": "Validate a JWTs scope to authorize access to an endpoint",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 4591867

Please sign in to comment.