Skip to content

Commit b413ccf

Browse files
Release v4.11.2
1 parent 26cc8a7 commit b413ccf

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.github/actions/npm-publish/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ runs:
5151
TAG="latest"
5252
fi
5353
npm config set "//registry.npmjs.org/:_authToken" "${NPM_TOKEN}"
54-
pnpm publish --tag $TAG
54+
pnpm publish
5555
env:
5656
NPM_TOKEN: ${{ inputs.npm-token }}
5757
VERSION: ${{ inputs.version }}

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v4.11.1
1+
v4.11.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+
## [v4.11.2](https://github.com/auth0/nextjs-auth0/tree/v4.11.2) (2025-11-13)
4+
[Full Changelog](https://github.com/auth0/nextjs-auth0/compare/v4.11.1...v4.11.2)
5+
6+
**Changed**
7+
- Remove TokenRequestCache when calling getAccessToken
8+
39
## [v4.11.1](https://github.com/auth0/nextjs-auth0/tree/v4.11.1) (2025-10-31)
410
[Full Changelog](https://github.com/auth0/nextjs-auth0/compare/v4.11.0...v4.11.1)
511

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": "4.11.1",
3+
"version": "4.11.2",
44
"description": "Auth0 Next.js SDK",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)