Skip to content

Commit 83e9327

Browse files
authoredOct 10, 2022
Merge pull request #330 from auth0/release/v2.1.5
Release v2.1.5
2 parents 023eb4a + 9d262c5 commit 83e9327

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed
 

‎CHANGELOG.md

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

3+
## [v2.1.5](https://github.com/auth0/node-jwks-rsa/tree/v2.1.5) (2022-10-10)
4+
[Full Changelog](https://github.com/auth0/node-jwks-rsa/compare/v2.1.4...v2.1.5)
5+
6+
**Fixed**
7+
- Fix GetVerificationKey typing to include undefined [\#329](https://github.com/auth0/node-jwks-rsa/pull/329) ([AaronMoat](https://github.com/AaronMoat))
8+
39
## [v2.1.4](https://github.com/auth0/node-jwks-rsa/tree/v2.1.4) (2022-06-07)
410
[Full Changelog](https://github.com/auth0/node-jwks-rsa/compare/v2.1.3...v2.1.4)
511

‎package-lock.json

+2-2
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.4",
3+
"version": "2.1.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.