Skip to content

Commit d319e7d

Browse files
authored
Release v4.0.1 (#492)
2 parents fee6f01 + 088d7ff commit d319e7d

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-
v4.0.0
1+
v4.0.1

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+
## [v4.0.1](https://github.com/auth0/node-jwks-rsa/tree/v4.0.1) (2026-03-02)
4+
[Full Changelog](https://github.com/auth0/node-jwks-rsa/compare/v4.0.0...v4.0.1)
5+
6+
**Changed**
7+
- chore: update lru-memoizer to v3 [\#476](https://github.com/auth0/node-jwks-rsa/pull/476) ([isidrok](https://github.com/isidrok))
8+
39
## [v4.0.0](https://github.com/auth0/node-jwks-rsa/tree/v4.0.0) (2026-02-27)
410
[Full Changelog](https://github.com/auth0/node-jwks-rsa/compare/v3.2.2...v4.0.0)
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": "4.0.0",
3+
"version": "4.0.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)