File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- v5.14.0
1+ v5.14.1
Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ v5.14.1] ( https://github.com/auth0/node-auth0/tree/v5.14.1 ) (2026-07-29)
4+
5+ [ Full Changelog] ( https://github.com/auth0/node-auth0/compare/v5.14.0...v5.14.1 )
6+
7+ ** Fixed**
8+
9+ - fix: correct SDK_VERSION to match npm package version in Auth0-Client telemetry header
10+
311## [ v5.14.0] ( https://github.com/auth0/node-auth0/tree/v5.14.0 ) (2026-07-09)
412
513[ Full Changelog] ( https://github.com/auth0/node-auth0/compare/v5.13.0...v5.14.0 )
Original file line number Diff line number Diff line change 11{
22 "name" : " auth0" ,
3- "version" : " 5.14.0 " ,
3+ "version" : " 5.14.1 " ,
44 "private" : false ,
55 "repository" : {
66 "type" : " git" ,
Original file line number Diff line number Diff line change 1- export const SDK_VERSION = "5.14.0 " ;
1+ export const SDK_VERSION = "5.14.1 " ;
You can’t perform that action at this time.
0 commit comments