Skip to content

Commit 06185ed

Browse files
Release v4.11.2
1 parent 26cc8a7 commit 06185ed

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
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 }}

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on:
44
merge_group:
55
workflow_dispatch:
66
pull_request:
7-
branches: [main, v4]
7+
branches: [main, v4, patch/v4.11.1]
88
push:
9-
branches: [main, v4]
9+
branches: [main, v4, patch/v4.11.1]
1010

1111
permissions:
1212
contents: read

.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)