From de4ccee522baf1b8e53bd7dafb70a40b1da0e82c Mon Sep 17 00:00:00 2001 From: Will Vedder Date: Fri, 25 Mar 2022 12:32:12 -0400 Subject: [PATCH 1/2] Updating changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcd2db392..4e4b4eb1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added +- New branding template feature support [#438] +### Fixed +- Colliding `e` parameter alias between `export_ids` and `env` [#453] + ## [7.5.2] - 2022-03-15 ### Fixed - Resetting this version to be latest on NPM From b8dbc314cfbdb7da67533e53ab1e372ef3c697a2 Mon Sep 17 00:00:00 2001 From: Will Vedder Date: Fri, 25 Mar 2022 12:32:40 -0400 Subject: [PATCH 2/2] 7.6.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 4e4b4eb1b..e689bbb05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [7.6.0] - 2022-03-25 ### Added - New branding template feature support [#438] + ### Fixed - Colliding `e` parameter alias between `export_ids` and `env` [#453] @@ -461,8 +463,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#430]: https://github.com/auth0/auth0-deploy-cli/issues/430 [#432]: https://github.com/auth0/auth0-deploy-cli/issues/432 [#436]: https://github.com/auth0/auth0-deploy-cli/issues/436 +[#438]: https://github.com/auth0/auth0-deploy-cli/issues/438 +[#453]: https://github.com/auth0/auth0-deploy-cli/issues/453 -[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.5.2...HEAD +[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.6.0...HEAD +[7.6.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.5.2...v7.6.0 [7.5.2]: https://github.com/auth0/auth0-deploy-cli/compare/v7.5.1...v7.5.2 [7.5.1]: https://github.com/auth0/auth0-deploy-cli/compare/v7.5.0...v7.5.1 [7.5.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.4.0...v7.5.0 diff --git a/package-lock.json b/package-lock.json index 18b70d621..f45066462 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "auth0-deploy-cli", - "version": "7.5.2", + "version": "7.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "auth0-deploy-cli", - "version": "7.5.2", + "version": "7.6.0", "license": "MIT", "dependencies": { "ajv": "^6.12.6", diff --git a/package.json b/package.json index 63b5cbb8d..3d9f86c8b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-deploy-cli", - "version": "7.5.2", + "version": "7.6.0", "description": "A command line tool for deploying updates to your Auth0 tenant", "main": "lib/index.js", "bin": {