diff --git a/CHANGELOG.md b/CHANGELOG.md index 93e73439..0078474e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [8.4.3] - 2025-01-08 + +### Fixed + +- Fix release CI version bump + ## [8.4.2] - 2025-01-08 ### Fixed @@ -1172,7 +1178,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#1008]: https://github.com/auth0/auth0-deploy-cli/issues/1008 [#1009]: https://github.com/auth0/auth0-deploy-cli/issues/1009 [#1010]: https://github.com/auth0/auth0-deploy-cli/issues/1010 -[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.4.2...HEAD +[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.4.3...HEAD +[8.4.3]: https://github.com/auth0/auth0-deploy-cli/compare/v8.4.2...v8.4.3 [8.4.2]: https://github.com/auth0/auth0-deploy-cli/compare/v8.4.1...v8.4.2 [8.4.1]: https://github.com/auth0/auth0-deploy-cli/compare/v8.4.0...v8.4.1 [8.4.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.3.0...v8.4.0 diff --git a/package-lock.json b/package-lock.json index a73044b7..e6e1ef59 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "auth0-deploy-cli", - "version": "8.4.2", + "version": "8.4.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "auth0-deploy-cli", - "version": "8.4.2", + "version": "8.4.3", "license": "MIT", "dependencies": { "ajv": "^6.12.6", diff --git a/package.json b/package.json index b2d2d358..60590c52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-deploy-cli", - "version": "8.4.2", + "version": "8.4.3", "description": "A command line tool for deploying updates to your Auth0 tenant", "main": "lib/index.js", "bin": {