Skip to content

Commit c633b12

Browse files
Release v3.8.0 (#2148)
1 parent e139ac4 commit c633b12

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

.version

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

CHANGELOG.md

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

3+
## [v3.8.0](https://github.com/auth0/nextjs-auth0/tree/v3.8.0) (2025-06-04)
4+
[Full Changelog](https://github.com/auth0/nextjs-auth0/compare/v3.7.0...v3.8.0)
5+
6+
**Security**
7+
Upgrade jose and openid-client to fix security vulnerabilities #2104
8+
refactor: use a single client assertion audience #2024
9+
10+
**Changed**
11+
Update JSDocs to mention idpLogout defaults to true #2083
12+
Update useUser example to use a tag instead of Link #2087
13+
Add storeIDToken to config params docs #2103
14+
315
## [v3.7.0](https://github.com/auth0/nextjs-auth0/tree/v3.7.0) (2025-03-24)
416
[Full Changelog](https://github.com/auth0/nextjs-auth0/compare/v3.6.0...v3.7.0)
517

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@auth0/nextjs-auth0",
3-
"version": "3.7.0",
3+
"version": "3.8.0",
44
"description": "Next.js SDK for signing in with Auth0",
55
"exports": {
66
".": "./dist/index.js",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default '3.7.0';
1+
export default '3.8.0';

0 commit comments

Comments
 (0)