Skip to content

Commit b3c5af3

Browse files
committed
Release v3.0.1
1 parent aa405ff commit b3c5af3

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## [v3.0.1](https://github.com/auth0/node-jwks-rsa/tree/v3.0.1) (2023-01-12)
4+
[Full Changelog](https://github.com/auth0/node-jwks-rsa/compare/v3.0.0...v3.0.1)
5+
6+
**Fixed**
7+
- update types/jsonwebtoken update v9.0.0 [\#349](https://github.com/auth0/node-jwks-rsa/pull/349) ([ToshihitoKon](https://github.com/ToshihitoKon))
8+
- 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))
9+
310
## [v3.0.0](https://github.com/auth0/node-jwks-rsa/tree/v3.0.0) (2022-11-01)
411
[Full Changelog](https://github.com/auth0/node-jwks-rsa/compare/v2.1.5...v3.0.0)
512

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jwks-rsa",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Library to retrieve RSA public keys from a JWKS endpoint",
55
"main": "src/index.js",
66
"files": [

0 commit comments

Comments
 (0)