Skip to content

Commit cd52aa2

Browse files
authoredJul 16, 2021
Merge pull request #255 from auth0/release-2.0.4
Release 2.0.4
2 parents 5bf041a + d5f4ecd commit cd52aa2

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed
 

‎CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Changelog
2+
## [2.0.4] - (2021-07-16)
3+
4+
**Fixed**
5+
- [SDK-2626] getKeysInterceptor types [\#251](https://github.com/auth0/node-jwks-rsa/pull/251) ([davidpatrick](https://github.com/davidpatrick))
6+
27
## [2.0.3] - (2021-04-20)
38

49
**Fixed**

‎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.0.3",
3+
"version": "2.0.4",
44
"description": "Library to retrieve RSA public keys from a JWKS endpoint",
55
"main": "src/index.js",
66
"files": [

0 commit comments

Comments
 (0)
Please sign in to comment.