Skip to content

Commit ee9e231

Browse files
authored
8.4.3 (#1012)
* CHANGELOG update * 8.4.3 * CHANGELOG lint
1 parent f225cb4 commit ee9e231

3 files changed

Lines changed: 11 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 8 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.4.3] - 2025-01-08
11+
12+
### Fixed
13+
14+
- Fix release CI version bump
15+
1016
## [8.4.2] - 2025-01-08
1117

1218
### Fixed
@@ -1172,7 +1178,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11721178
[#1008]: https://github.com/auth0/auth0-deploy-cli/issues/1008
11731179
[#1009]: https://github.com/auth0/auth0-deploy-cli/issues/1009
11741180
[#1010]: https://github.com/auth0/auth0-deploy-cli/issues/1010
1175-
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.4.2...HEAD
1181+
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.4.3...HEAD
1182+
[8.4.3]: https://github.com/auth0/auth0-deploy-cli/compare/v8.4.2...v8.4.3
11761183
[8.4.2]: https://github.com/auth0/auth0-deploy-cli/compare/v8.4.1...v8.4.2
11771184
[8.4.1]: https://github.com/auth0/auth0-deploy-cli/compare/v8.4.0...v8.4.1
11781185
[8.4.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.3.0...v8.4.0

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.4.2",
3+
"version": "8.4.3",
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)