Skip to content

Commit 9eab681

Browse files
authored
Merge pull request #298 from auth0/release/v2.1.0
Release v2.1.0
2 parents f43bea1 + 47b4dfe commit 9eab681

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## [v2.1.0](https://github.com/auth0/node-jwks-rsa/tree/v2.1.0) (2022-04-26)
4+
[Full Changelog](https://github.com/auth0/node-jwks-rsa/compare/v2.0.5...v2.1.0)
5+
6+
**Added**
7+
- add support for express-jwt@7 [\#297](https://github.com/auth0/node-jwks-rsa/pull/297) ([jfromaniello](https://github.com/jfromaniello))
8+
9+
**Fixed**
10+
- 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))
11+
312
## [v2.0.5](https://github.com/auth0/node-jwks-rsa/tree/v2.0.5) (2021-10-15)
413
[Full Changelog](https://github.com/auth0/node-jwks-rsa/compare/v2.0.4...v2.0.5)
514

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)