From 396ea0ced2e00f656ecdda1ec0fb261f81d4aed2 Mon Sep 17 00:00:00 2001 From: Will Vedder Date: Tue, 26 Apr 2022 16:31:45 -0400 Subject: [PATCH 1/2] Updating changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ec3710f..381f6323 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- Branding support for directory format [#505] + +### Fixed + +- More comprehensive support for deletions through `AUTH0_ALLOW_DELETE` [#509] + ## [7.9.0] - 2022-04-19 ### Added From fdd3e560ccb5ad7af2ffd3ecfc430bbcb177ded8 Mon Sep 17 00:00:00 2001 From: Will Vedder Date: Tue, 26 Apr 2022 16:31:53 -0400 Subject: [PATCH 2/2] 7.10.0 --- CHANGELOG.md | 7 ++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 381f6323..9a326507 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.10.0] - 2022-04-26 + ### Added - Branding support for directory format [#505] @@ -698,7 +700,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#495]: https://github.com/auth0/auth0-deploy-cli/issues/495 [#497]: https://github.com/auth0/auth0-deploy-cli/issues/497 [#504]: https://github.com/auth0/auth0-deploy-cli/issues/504 -[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.9.0...HEAD +[#505]: https://github.com/auth0/auth0-deploy-cli/issues/505 +[#509]: https://github.com/auth0/auth0-deploy-cli/issues/509 +[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.10.0...HEAD +[7.10.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.9.0...v7.10.0 [7.9.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.8.0...v7.9.0 [7.8.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.7.1...v7.8.0 [7.7.1]: https://github.com/auth0/auth0-deploy-cli/compare/v7.7.0...v7.7.1 diff --git a/package-lock.json b/package-lock.json index b970f51f..2e33115e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "auth0-deploy-cli", - "version": "7.9.0", + "version": "7.10.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "auth0-deploy-cli", - "version": "7.9.0", + "version": "7.10.0", "license": "MIT", "dependencies": { "@types/lodash": "^4.14.181", diff --git a/package.json b/package.json index c5a70b6a..2da7424a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-deploy-cli", - "version": "7.9.0", + "version": "7.10.0", "description": "A command line tool for deploying updates to your Auth0 tenant", "main": "lib/index.js", "bin": {