Skip to content

Commit 128605d

Browse files
authored
8.20.4-beta.0 (#1222)
* CHANGELOG updated * 8.20.4-beta.0
1 parent 05d3194 commit 128605d

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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.20.4-beta.0] - 2025-12-02
11+
12+
### Changed
13+
14+
- Upgrading node-auth0 from v4 to v5 [beta]. [#1207]
15+
1016
## [8.20.3] - 2025-11-14
1117

1218
### Fixed
@@ -1511,7 +1517,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15111517
[#1196]: https://github.com/auth0/auth0-deploy-cli/issues/1196
15121518
[#1200]: https://github.com/auth0/auth0-deploy-cli/issues/1200
15131519
[#1203]: https://github.com/auth0/auth0-deploy-cli/issues/1203
1514-
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.20.3...HEAD
1520+
[#1207]: https://github.com/auth0/auth0-deploy-cli/issues/1207
1521+
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.20.4-beta.0...HEAD
1522+
[8.20.4-beta.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.20.3...v8.20.4-beta.0
15151523
[8.20.3]: https://github.com/auth0/auth0-deploy-cli/compare/v8.20.2...v8.20.3
15161524
[8.20.2]: https://github.com/auth0/auth0-deploy-cli/compare/v8.20.1...v8.20.2
15171525
[8.20.1]: https://github.com/auth0/auth0-deploy-cli/compare/v8.20.0...v8.20.1

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auth0-deploy-cli",
3-
"version": "8.20.3",
3+
"version": "8.20.4-beta.0",
44
"description": "A command line tool for deploying updates to your Auth0 tenant",
55
"main": "lib/index.js",
66
"bin": {

0 commit comments

Comments
 (0)