Skip to content

Commit

Permalink
Merge pull request #306 from auth0/release/v2.1.2
Browse files Browse the repository at this point in the history
Release v2.1.2
  • Loading branch information
adamjmcgrath authored May 12, 2022
2 parents 2fd4af2 + 31260bd commit e7317dd
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.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)

**Fixed**
- fix: express build error [\#304](https://github.com/auth0/node-jwks-rsa/pull/304) ([blindperson](https://github.com/blindperson))

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

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

0 comments on commit e7317dd

Please sign in to comment.