Skip to content

Commit 82e4adb

Browse files
authoredNov 1, 2022
Merge pull request #335 from auth0/release/v3.0.0
2 parents 670bb7d + f0b864c commit 82e4adb

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed
 

‎CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## [v3.0.0](https://github.com/auth0/node-jwks-rsa/tree/v3.0.0) (2022-11-01)
4+
[Full Changelog](https://github.com/auth0/node-jwks-rsa/compare/v2.1.5...v3.0.0)
5+
6+
**⚠️ BREAKING CHANGES**
7+
8+
This release drops support for Node 10 and 12
9+
- [major] bump jose [\#333](https://github.com/auth0/node-jwks-rsa/pull/333) ([panva](https://github.com/panva))
10+
311
## [v2.1.5](https://github.com/auth0/node-jwks-rsa/tree/v2.1.5) (2022-10-10)
412
[Full Changelog](https://github.com/auth0/node-jwks-rsa/compare/v2.1.4...v2.1.5)
513

‎package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jwks-rsa",
3-
"version": "2.1.5",
3+
"version": "3.0.0",
44
"description": "Library to retrieve RSA public keys from a JWKS endpoint",
55
"main": "src/index.js",
66
"files": [
@@ -9,7 +9,7 @@
99
],
1010
"types": "index.d.ts",
1111
"engines": {
12-
"node": ">=10 < 13 || >=14"
12+
"node": ">=14"
1313
},
1414
"dependencies": {
1515
"@types/express": "^4.17.14",

0 commit comments

Comments
 (0)
Please sign in to comment.