From e98e893507f41316a22096f4ce44a3d83d6da5ff Mon Sep 17 00:00:00 2001 From: Will Vedder Date: Tue, 11 Oct 2022 13:50:32 -0400 Subject: [PATCH] 7.15.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 12f865a5a..9d28da156 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.15.0] - 2022-10-11 + ### Added - Ignoring management of marketplace actions because they are unsupported by the Management API [#660] @@ -824,7 +826,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#626]: https://github.com/auth0/auth0-deploy-cli/issues/626 [#629]: https://github.com/auth0/auth0-deploy-cli/issues/629 [#630]: https://github.com/auth0/auth0-deploy-cli/issues/630 -[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.14.3...HEAD +[#638]: https://github.com/auth0/auth0-deploy-cli/issues/638 +[#660]: https://github.com/auth0/auth0-deploy-cli/issues/660 +[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.15.0...HEAD +[7.15.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.14.3...v7.15.0 [7.14.3]: https://github.com/auth0/auth0-deploy-cli/compare/v7.14.2...v7.14.3 [7.14.2]: https://github.com/auth0/auth0-deploy-cli/compare/v7.14.1...v7.14.2 [7.14.1]: https://github.com/auth0/auth0-deploy-cli/compare/v7.14.0...v7.14.1 diff --git a/package-lock.json b/package-lock.json index e1ac2899b..801cbd4b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "auth0-deploy-cli", - "version": "7.14.3", + "version": "7.15.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "auth0-deploy-cli", - "version": "7.14.3", + "version": "7.15.0", "license": "MIT", "dependencies": { "ajv": "^6.12.6", diff --git a/package.json b/package.json index 9f310197b..9ee72e370 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-deploy-cli", - "version": "7.14.3", + "version": "7.15.0", "description": "A command line tool for deploying updates to your Auth0 tenant", "main": "lib/index.js", "bin": {