Skip to content

Commit

Permalink
Release v3.1.0 (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjmcgrath committed Oct 5, 2023
2 parents c14d857 + 1b73f4a commit 52ae0b6
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

## [v3.1.0](https://github.com/auth0/node-jwks-rsa/tree/v3.1.0) (2023-10-05)
[Full Changelog](https://github.com/auth0/node-jwks-rsa/compare/v3.0.1...v3.1.0)

**Added**
- feat: resolve bun/deno compat issues [\#374](https://github.com/auth0/node-jwks-rsa/pull/374) ([panva](https://github.com/panva))

## [v3.0.1](https://github.com/auth0/node-jwks-rsa/tree/v3.0.1) (2023-01-12)
[Full Changelog](https://github.com/auth0/node-jwks-rsa/compare/v3.0.0...v3.0.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": "3.0.1",
"version": "3.1.0",
"description": "Library to retrieve RSA public keys from a JWKS endpoint",
"main": "src/index.js",
"files": [
Expand Down

0 comments on commit 52ae0b6

Please sign in to comment.