Skip to content

Commit

Permalink
Merge pull request #315 from auth0/release/v2.1.4
Browse files Browse the repository at this point in the history
Release v2.1.4
  • Loading branch information
adamjmcgrath committed Jun 7, 2022
2 parents 995dbdb + 1e9ae31 commit bb6997b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 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.4](https://github.com/auth0/node-jwks-rsa/tree/v2.1.4) (2022-06-07)
[Full Changelog](https://github.com/auth0/node-jwks-rsa/compare/v2.1.3...v2.1.4)

**Fixed**
- Type definitions depend on jsonwebtoken [\#314](https://github.com/auth0/node-jwks-rsa/pull/314) ([adamjmcgrath](https://github.com/adamjmcgrath))

## [v2.1.3](https://github.com/auth0/node-jwks-rsa/tree/v2.1.3) (2022-05-20)
[Full Changelog](https://github.com/auth0/node-jwks-rsa/compare/v2.1.2...v2.1.3)

Expand Down
4 changes: 2 additions & 2 deletions 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.3",
"version": "2.1.4",
"description": "Library to retrieve RSA public keys from a JWKS endpoint",
"main": "src/index.js",
"files": [
Expand Down

0 comments on commit bb6997b

Please sign in to comment.