Skip to content

Commit

Permalink
Merge pull request #302 from auth0/release/v2.1.1
Browse files Browse the repository at this point in the history
Release v2.1.1
  • Loading branch information
adamjmcgrath committed May 6, 2022
2 parents 5655ec4 + 08f628c commit 08bcd86
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [v2.1.1](https://github.com/auth0/node-jwks-rsa/tree/v2.1.1) (2022-05-06)
[Full Changelog](https://github.com/auth0/node-jwks-rsa/compare/v2.1.0...v2.1.1)

**Fixed**
- fix: types-compabitility for express-jwt @ 7 [\#301](https://github.com/auth0/node-jwks-rsa/pull/301) ([carboneater](https://github.com/carboneater))

## [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)

Expand Down
2 changes: 1 addition & 1 deletion 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.1.0",
"version": "2.1.1",
"description": "Library to retrieve RSA public keys from a JWKS endpoint",
"main": "src/index.js",
"files": [
Expand Down

0 comments on commit 08bcd86

Please sign in to comment.