File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 8.29.2] - 2026-03-17
11+
12+ ### Fixed
13+
14+ - Fix false-positive deprecation warning for ` cross_origin_auth ` when ` cross_origin_authentication ` is correctly used in config. [ #1322 ]
15+
1016## [ 8.29.1] - 2026-03-12
1117
1218### Fixed
@@ -1678,7 +1684,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16781684[ #1311 ] : https://github.com/auth0/auth0-deploy-cli/issues/1311
16791685[ #1320 ] : https://github.com/auth0/auth0-deploy-cli/issues/1320
16801686[ #1321 ] : https://github.com/auth0/auth0-deploy-cli/issues/1321
1681- [ Unreleased ] : https://github.com/auth0/auth0-deploy-cli/compare/v8.29.1...HEAD
1687+ [ #1322 ] : https://github.com/auth0/auth0-deploy-cli/issues/1322
1688+ [ Unreleased ] : https://github.com/auth0/auth0-deploy-cli/compare/v8.29.2...HEAD
1689+ [ 8.29.2 ] : https://github.com/auth0/auth0-deploy-cli/compare/v8.29.1...v8.29.2
16821690[ 8.29.1 ] : https://github.com/auth0/auth0-deploy-cli/compare/v8.29.0...v8.29.1
16831691[ 8.29.0 ] : https://github.com/auth0/auth0-deploy-cli/compare/v8.28.0...v8.29.0
16841692[ 8.28.0 ] : https://github.com/auth0/auth0-deploy-cli/compare/v8.27.0...v8.28.0
Original file line number Diff line number Diff line change 11{
22 "name" : " auth0-deploy-cli" ,
3- "version" : " 8.29.1 " ,
3+ "version" : " 8.29.2 " ,
44 "description" : " A command line tool for deploying updates to your Auth0 tenant" ,
55 "main" : " lib/index.js" ,
66 "bin" : {
You can’t perform that action at this time.
0 commit comments