From ee9e231403dda5cf50f41b859c080641b5b7aa3b Mon Sep 17 00:00:00 2001 From: Kushal <43465488+kushalshit27@users.noreply.github.com> Date: Wed, 8 Jan 2025 15:01:56 +0530 Subject: [PATCH] 8.4.3 (#1012) * CHANGELOG update * 8.4.3 * CHANGELOG lint --- CHANGELOG.md | 9 ++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) 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": {