Skip to content

Commit

Permalink
Merge pull request #311 from auth0/release/v2.1.3
Browse files Browse the repository at this point in the history
Release v2.1.3
  • Loading branch information
adamjmcgrath committed May 20, 2022
2 parents a3b26e2 + 5a18fc0 commit e578536
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.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)

**Fixed**
- Fix issue with ES Express import [\#310](https://github.com/auth0/node-jwks-rsa/pull/310) ([adamjmcgrath](https://github.com/adamjmcgrath))

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

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

0 comments on commit e578536

Please sign in to comment.