From 47b4dfed533254f3e83b1dc2ef021c199d116cd1 Mon Sep 17 00:00:00 2001 From: adamjmcgrath Date: Tue, 26 Apr 2022 15:47:15 +0100 Subject: [PATCH] Release v2.1.0 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59502ed..7465860 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [v2.1.0](https://github.com/auth0/node-jwks-rsa/tree/v2.1.0) (2022-04-26) +[Full Changelog](https://github.com/auth0/node-jwks-rsa/compare/v2.0.5...v2.1.0) + +**Added** +- add support for express-jwt@7 [\#297](https://github.com/auth0/node-jwks-rsa/pull/297) ([jfromaniello](https://github.com/jfromaniello)) + +**Fixed** +- fix(type): correct the wrong type of the `getSigningKey` function arg… [\#289](https://github.com/auth0/node-jwks-rsa/pull/289) ([stegano](https://github.com/stegano)) + ## [v2.0.5](https://github.com/auth0/node-jwks-rsa/tree/v2.0.5) (2021-10-15) [Full Changelog](https://github.com/auth0/node-jwks-rsa/compare/v2.0.4...v2.0.5) diff --git a/package-lock.json b/package-lock.json index f15e646..113fbce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "jwks-rsa", - "version": "2.0.5", + "version": "2.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "jwks-rsa", - "version": "2.0.5", + "version": "2.1.0", "license": "MIT", "dependencies": { "@types/express-jwt": "0.0.42", diff --git a/package.json b/package.json index 8ae663d..680a225 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jwks-rsa", - "version": "2.0.5", + "version": "2.1.0", "description": "Library to retrieve RSA public keys from a JWKS endpoint", "main": "src/index.js", "files": [