Skip to content

Commit

Permalink
Merge pull request #298 from auth0/release/v2.1.0
Browse files Browse the repository at this point in the history
Release v2.1.0
  • Loading branch information
adamjmcgrath committed Apr 26, 2022
2 parents f43bea1 + 47b4dfe commit 9eab681
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 9eab681

Please sign in to comment.