Skip to content

Commit 59d47ca

Browse files
authoredOct 15, 2021
Merge pull request #272 from auth0/release/v2.0.5
Release v2.0.5
2 parents fb0ded0 + 2808cff commit 59d47ca

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
 

‎CHANGELOG.md

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

3+
## [v2.0.5](https://github.com/auth0/node-jwks-rsa/tree/v2.0.5) (2021-10-15)
4+
[Full Changelog](https://github.com/auth0/node-jwks-rsa/compare/v2.0.4...v2.0.5)
5+
6+
**Fixed**
7+
- Destroy the request when reaches the timeout (#270) [\#271](https://github.com/auth0/node-jwks-rsa/pull/271) ([amrsalama](https://github.com/amrsalama))
8+
- [SDK-2833] Fix issue where errors were being cached [\#268](https://github.com/auth0/node-jwks-rsa/pull/268) ([adamjmcgrath](https://github.com/adamjmcgrath))
9+
310
## [2.0.4] - (2021-07-16)
411

512
**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.4",
3+
"version": "2.0.5",
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.