diff --git a/Changelog.md b/Changelog.md index 1dea700..0cb8691 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,7 @@ +# 2.4.1 + +- Fixed TS export to model CommonJS + # 2.4.0 - Added support for a custom user key (`customUserKey`) diff --git a/package.json b/package.json index a6c1e93..91fdbe7 100644 --- a/package.json +++ b/package.json @@ -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",