Skip to content

Commit 67f55ff

Browse files
authored
Release v3.2.2 (#483)
2 parents db11279 + e3523bf commit 67f55ff

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

.version

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

CHANGELOG.md

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

3+
## [v3.2.2](https://github.com/auth0/node-jwks-rsa/tree/v3.2.2) (2026-01-23)
4+
[Full Changelog](https://github.com/auth0/node-jwks-rsa/compare/v3.2.1...v3.2.2)
5+
6+
**Fixed**
7+
- fix: jwksUri should be optional when custom fetcher is provided [\#477](https://github.com/auth0/node-jwks-rsa/pull/477) ([cschetan77](https://github.com/cschetan77))
8+
39
## [v3.2.1](https://github.com/auth0/node-jwks-rsa/tree/v3.2.1) (2026-01-15)
410
[Full Changelog](https://github.com/auth0/node-jwks-rsa/compare/v3.2.0...v3.2.1)
511

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.1",
3+
"version": "3.2.2",
44
"description": "Library to retrieve RSA public keys from a JWKS endpoint",
55
"main": "src/index.js",
66
"files": [

0 commit comments

Comments
 (0)