Skip to content

Commit

Permalink
Merge pull request #255 from auth0/release-2.0.4
Browse files Browse the repository at this point in the history
Release 2.0.4
  • Loading branch information
adamjmcgrath authored Jul 16, 2021
2 parents 5bf041a + d5f4ecd commit cd52aa2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Changelog
## [2.0.4] - (2021-07-16)

**Fixed**
- [SDK-2626] getKeysInterceptor types [\#251](https://github.com/auth0/node-jwks-rsa/pull/251) ([davidpatrick](https://github.com/davidpatrick))

## [2.0.3] - (2021-04-20)

**Fixed**
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.0.3",
"version": "2.0.4",
"description": "Library to retrieve RSA public keys from a JWKS endpoint",
"main": "src/index.js",
"files": [
Expand Down

0 comments on commit cd52aa2

Please sign in to comment.