Skip to content

Commit 8cb4bd9

Browse files
authored
Release v3.2.0 (#437)
1 parent c4767cd commit 8cb4bd9

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v3.1.0
1+
v3.2.0

CHANGELOG.md

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

3+
## [v3.2.0](https://github.com/auth0/node-jwks-rsa/tree/v3.2.0) (2025-03-18)
4+
[Full Changelog](https://github.com/auth0/node-jwks-rsa/compare/v3.1.0...v3.2.0)
5+
6+
**Changed**
7+
- Bump express from 4.18.2 to 4.19.2 [\#408](https://github.com/auth0/node-jwks-rsa/pull/408) ([dependabot[bot]](https://github.com/apps/dependabot))
8+
- Bump braces from 3.0.2 to 3.0.3 [\#413](https://github.com/auth0/node-jwks-rsa/pull/413) ([dependabot[bot]](https://github.com/apps/dependabot))
9+
- Bump jose from 4.15.4 to 4.15.5 [\#402](https://github.com/auth0/node-jwks-rsa/pull/402) ([dependabot[bot]](https://github.com/apps/dependabot))
10+
- Bump codecov/codecov-action from 3.1.4 to 3.1.5 [\#396](https://github.com/auth0/node-jwks-rsa/pull/396) ([dependabot[bot]](https://github.com/apps/dependabot))
11+
- Bump actions/cache from 3 to 4 [\#395](https://github.com/auth0/node-jwks-rsa/pull/395) ([dependabot[bot]](https://github.com/apps/dependabot))
12+
- Update automated release process to latest version [\#391](https://github.com/auth0/node-jwks-rsa/pull/391) ([frederikprijck](https://github.com/frederikprijck))
13+
- Bump actions/github-script from 6 to 7 [\#387](https://github.com/auth0/node-jwks-rsa/pull/387) ([dependabot[bot]](https://github.com/apps/dependabot))
14+
- chore(deps): Update Lockfile [\#386](https://github.com/auth0/node-jwks-rsa/pull/386) ([evansims](https://github.com/evansims))
15+
- Bump actions/setup-node from 3 to 4 [\#382](https://github.com/auth0/node-jwks-rsa/pull/382) ([dependabot[bot]](https://github.com/apps/dependabot))
16+
- Bump @babel/traverse from 7.10.1 to 7.23.2 [\#381](https://github.com/auth0/node-jwks-rsa/pull/381) ([dependabot[bot]](https://github.com/apps/dependabot))
17+
18+
**Fixed**
19+
- [Fix] Change type of unused req param to unknown to resolve type conflicts [\#394](https://github.com/auth0/node-jwks-rsa/pull/394) ([zackdotcomputer](https://github.com/zackdotcomputer))
20+
- fix(compat): ensure WebCryptoAPI runtime imported keys are re-exportable [\#409](https://github.com/auth0/node-jwks-rsa/pull/409) ([panva](https://github.com/panva))
21+
- fix: express-jwt types [\#412](https://github.com/auth0/node-jwks-rsa/pull/412) ([jfromaniello](https://github.com/jfromaniello))
22+
323
## [v3.1.0](https://github.com/auth0/node-jwks-rsa/tree/v3.1.0) (2023-10-05)
424
[Full Changelog](https://github.com/auth0/node-jwks-rsa/compare/v3.0.1...v3.1.0)
525

package-lock.json

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jwks-rsa",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"description": "Library to retrieve RSA public keys from a JWKS endpoint",
55
"main": "src/index.js",
66
"files": [

0 commit comments

Comments
 (0)