From b3c5af3647eac9f04dc32f7a00126d0d67d06efb Mon Sep 17 00:00:00 2001 From: adamjmcgrath Date: Thu, 12 Jan 2023 18:54:31 +0000 Subject: [PATCH] Release v3.0.1 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60d4f86..274e41c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [v3.0.1](https://github.com/auth0/node-jwks-rsa/tree/v3.0.1) (2023-01-12) +[Full Changelog](https://github.com/auth0/node-jwks-rsa/compare/v3.0.0...v3.0.1) + +**Fixed** +- update types/jsonwebtoken update v9.0.0 [\#349](https://github.com/auth0/node-jwks-rsa/pull/349) ([ToshihitoKon](https://github.com/ToshihitoKon)) +- Bump jsonwebtoken from 8.5.1 to 9.0.0 [\#344](https://github.com/auth0/node-jwks-rsa/pull/344) ([dependabot[bot]](https://github.com/apps/dependabot)) + ## [v3.0.0](https://github.com/auth0/node-jwks-rsa/tree/v3.0.0) (2022-11-01) [Full Changelog](https://github.com/auth0/node-jwks-rsa/compare/v2.1.5...v3.0.0) diff --git a/package-lock.json b/package-lock.json index fe4fcee..5ce9b5b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "jwks-rsa", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "jwks-rsa", - "version": "3.0.0", + "version": "3.0.1", "license": "MIT", "dependencies": { "@types/express": "^4.17.14", diff --git a/package.json b/package.json index 830425a..9ef48d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jwks-rsa", - "version": "3.0.0", + "version": "3.0.1", "description": "Library to retrieve RSA public keys from a JWKS endpoint", "main": "src/index.js", "files": [