Skip to content

Commit

Permalink
Merge pull request #335 from auth0/release/v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjmcgrath committed Nov 1, 2022
2 parents 670bb7d + f0b864c commit 82e4adb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [v3.0.0](https://github.com/auth0/node-jwks-rsa/tree/v3.0.0) (2022-11-01)
[Full Changelog](https://github.com/auth0/node-jwks-rsa/compare/v2.1.5...v3.0.0)

**⚠️ BREAKING CHANGES**

This release drops support for Node 10 and 12
- [major] bump jose [\#333](https://github.com/auth0/node-jwks-rsa/pull/333) ([panva](https://github.com/panva))

## [v2.1.5](https://github.com/auth0/node-jwks-rsa/tree/v2.1.5) (2022-10-10)
[Full Changelog](https://github.com/auth0/node-jwks-rsa/compare/v2.1.4...v2.1.5)

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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jwks-rsa",
"version": "2.1.5",
"version": "3.0.0",
"description": "Library to retrieve RSA public keys from a JWKS endpoint",
"main": "src/index.js",
"files": [
Expand All @@ -9,7 +9,7 @@
],
"types": "index.d.ts",
"engines": {
"node": ">=10 < 13 || >=14"
"node": ">=14"
},
"dependencies": {
"@types/express": "^4.17.14",
Expand Down

0 comments on commit 82e4adb

Please sign in to comment.