Skip to content

Commit 08bcd86

Browse files
authored
Merge pull request #302 from auth0/release/v2.1.1
Release v2.1.1
2 parents 5655ec4 + 08f628c commit 08bcd86

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
## [v2.1.1](https://github.com/auth0/node-jwks-rsa/tree/v2.1.1) (2022-05-06)
4+
[Full Changelog](https://github.com/auth0/node-jwks-rsa/compare/v2.1.0...v2.1.1)
5+
6+
**Fixed**
7+
- fix: types-compabitility for express-jwt @ 7 [\#301](https://github.com/auth0/node-jwks-rsa/pull/301) ([carboneater](https://github.com/carboneater))
8+
39
## [v2.1.0](https://github.com/auth0/node-jwks-rsa/tree/v2.1.0) (2022-04-26)
410
[Full Changelog](https://github.com/auth0/node-jwks-rsa/compare/v2.0.5...v2.1.0)
511

package-lock.json

+1-1
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.1.0",
3+
"version": "2.1.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)