From f50106fab9d7f20efa47bb747d57d3775a0e1209 Mon Sep 17 00:00:00 2001 From: Kushal <43465488+kushalshit27@users.noreply.github.com> Date: Wed, 16 Oct 2024 14:37:36 +0530 Subject: [PATCH] 7.24.3 (#966) * Updated the CHANGELOG.md 7.24.3 --- CHANGELOG.md | 12 +++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7ef89fb4..c40632b1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [7.24.3] - 2024-10-15 + +### Fixed + +- Fix keyword replacement for `actions secrets` using the directory format [#954] +- Fix keyword replacement for `custom prompts` using the directory format [#963] + ## [7.24.2] - 2024-08-28 ### Added @@ -1081,7 +1088,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#943]: https://github.com/auth0/auth0-deploy-cli/issues/943 [#944]: https://github.com/auth0/auth0-deploy-cli/issues/944 [#946]: https://github.com/auth0/auth0-deploy-cli/issues/946 -[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.24.2...HEAD +[#954]: https://github.com/auth0/auth0-deploy-cli/issues/954 +[#963]: https://github.com/auth0/auth0-deploy-cli/issues/963 +[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.24.3...HEAD +[7.24.3]: https://github.com/auth0/auth0-deploy-cli/compare/v7.24.2...v7.24.3 [7.24.2]: https://github.com/auth0/auth0-deploy-cli/compare/v7.24.1...v7.24.2 [7.24.1]: https://github.com/auth0/auth0-deploy-cli/compare/v7.24.0...v7.24.1 [7.24.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.23.1...v7.24.0 diff --git a/package-lock.json b/package-lock.json index c8c07f04d..87abe9687 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "auth0-deploy-cli", - "version": "7.24.2", + "version": "7.24.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "auth0-deploy-cli", - "version": "7.24.2", + "version": "7.24.3", "license": "MIT", "dependencies": { "ajv": "^6.12.6", diff --git a/package.json b/package.json index 137bd9025..c61c535f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-deploy-cli", - "version": "7.24.2", + "version": "7.24.3", "description": "A command line tool for deploying updates to your Auth0 tenant", "main": "lib/index.js", "bin": {