Skip to content

Commit e138f9e

Browse files
authored
Release v3.2.1 (#473)
2 parents fadca56 + afc4d7c commit e138f9e

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v3.2.0
1+
v3.2.1

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## [v3.2.1](https://github.com/auth0/node-jwks-rsa/tree/v3.2.1) (2026-01-15)
4+
[Full Changelog](https://github.com/auth0/node-jwks-rsa/compare/v3.2.0...v3.2.1)
5+
6+
**Added**
7+
- docs: Add Ask DeepWiki badge to README [\#445](https://github.com/auth0/node-jwks-rsa/pull/445) ([arpit-jn](https://github.com/arpit-jn))
8+
9+
**Fixed**
10+
- fix: Migrate to WHATWG URL API from node's core url [\#465](https://github.com/auth0/node-jwks-rsa/pull/465) ([cschetan77](https://github.com/cschetan77))
11+
- fix: Moving @types/express to dev and re generating package lock [\#464](https://github.com/auth0/node-jwks-rsa/pull/464) ([cschetan77](https://github.com/cschetan77))
12+
313
## [v3.2.0](https://github.com/auth0/node-jwks-rsa/tree/v3.2.0) (2025-03-18)
414
[Full Changelog](https://github.com/auth0/node-jwks-rsa/compare/v3.1.0...v3.2.0)
515

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)