From 98204388d8ecac2475db805ddb7225e45d9b0599 Mon Sep 17 00:00:00 2001 From: Will Vedder Date: Wed, 29 Nov 2023 11:24:06 -0500 Subject: [PATCH] 7.20.0 --- CHANGELOG.md | 8 +++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e308bb22..d80fdc38d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [7.20.0] - 2023-11-29 + ### Added - Relative path import support for actions directory handler [#866] @@ -999,7 +1001,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#836]: https://github.com/auth0/auth0-deploy-cli/issues/836 [#837]: https://github.com/auth0/auth0-deploy-cli/issues/837 [#838]: https://github.com/auth0/auth0-deploy-cli/issues/838 -[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.19.0...HEAD +[#864]: https://github.com/auth0/auth0-deploy-cli/issues/864 +[#865]: https://github.com/auth0/auth0-deploy-cli/issues/865 +[#866]: https://github.com/auth0/auth0-deploy-cli/issues/866 +[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.20.0...HEAD +[7.20.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.19.0...v7.20.0 [7.19.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.18.0...v7.19.0 [7.18.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.17.7...v7.18.0 [7.17.7]: https://github.com/auth0/auth0-deploy-cli/compare/v7.17.6...v7.17.7 diff --git a/package-lock.json b/package-lock.json index 2acc16174..095ae656d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "auth0-deploy-cli", - "version": "7.19.0", + "version": "7.20.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "auth0-deploy-cli", - "version": "7.19.0", + "version": "7.20.0", "license": "MIT", "dependencies": { "ajv": "^6.12.6", diff --git a/package.json b/package.json index 5ae1c33be..48b495822 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-deploy-cli", - "version": "7.19.0", + "version": "7.20.0", "description": "A command line tool for deploying updates to your Auth0 tenant", "main": "lib/index.js", "bin": {