File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
.github/actions/npm-publish Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 1- v4.11.1
1+ v4.11.2
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments