diff --git a/CHANGELOG.md b/CHANGELOG.md index 76430f1..47d9cfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [v2.1.3](https://github.com/auth0/node-jwks-rsa/tree/v2.1.3) (2022-05-20) +[Full Changelog](https://github.com/auth0/node-jwks-rsa/compare/v2.1.2...v2.1.3) + +**Fixed** +- Fix issue with ES Express import [\#310](https://github.com/auth0/node-jwks-rsa/pull/310) ([adamjmcgrath](https://github.com/adamjmcgrath)) + ## [v2.1.2](https://github.com/auth0/node-jwks-rsa/tree/v2.1.2) (2022-05-12) [Full Changelog](https://github.com/auth0/node-jwks-rsa/compare/v2.1.1...v2.1.2) diff --git a/package-lock.json b/package-lock.json index d019573..f1a94d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "jwks-rsa", - "version": "2.1.2", + "version": "2.1.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "jwks-rsa", - "version": "2.1.2", + "version": "2.1.3", "license": "MIT", "dependencies": { "@types/express": "^4.17.13", diff --git a/package.json b/package.json index 4f64e41..e4cd94a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jwks-rsa", - "version": "2.1.2", + "version": "2.1.3", "description": "Library to retrieve RSA public keys from a JWKS endpoint", "main": "src/index.js", "files": [