From d79a45b3c3a378a082980d86cfd115176fda9709 Mon Sep 17 00:00:00 2001 From: Will Vedder Date: Wed, 29 Jun 2022 08:36:21 -0400 Subject: [PATCH 1/2] Updating changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69475744d..40acfd40f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- Reverting unreplaced keyword mapping detection that would trigger some false-positives [#597] + ## [7.14.0] - 2022-06-27 ### Added From 2445386406fdb061f529abfc63e6650fbc001e42 Mon Sep 17 00:00:00 2001 From: Will Vedder Date: Wed, 29 Jun 2022 08:36:36 -0400 Subject: [PATCH 2/2] 7.14.1 --- CHANGELOG.md | 6 +++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40acfd40f..4c5cd4592 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.14.1] - 2022-06-29 + ### Fixed - Reverting unreplaced keyword mapping detection that would trigger some false-positives [#597] @@ -794,7 +796,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#590]: https://github.com/auth0/auth0-deploy-cli/issues/590 [#591]: https://github.com/auth0/auth0-deploy-cli/issues/591 [#592]: https://github.com/auth0/auth0-deploy-cli/issues/592 -[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.14.0...HEAD +[#597]: https://github.com/auth0/auth0-deploy-cli/issues/597 +[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.14.1...HEAD +[7.14.1]: https://github.com/auth0/auth0-deploy-cli/compare/v7.14.0...v7.14.1 [7.14.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.13.1...v7.14.0 [7.13.1]: https://github.com/auth0/auth0-deploy-cli/compare/v7.13.0...v7.13.1 [7.13.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.12.3...v7.13.0 diff --git a/package-lock.json b/package-lock.json index 4fb6aedca..6e603aa00 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "auth0-deploy-cli", - "version": "7.14.0", + "version": "7.14.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "auth0-deploy-cli", - "version": "7.14.0", + "version": "7.14.1", "license": "MIT", "dependencies": { "@types/lodash": "^4.14.181", diff --git a/package.json b/package.json index 97dc9e0da..5134279a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-deploy-cli", - "version": "7.14.0", + "version": "7.14.1", "description": "A command line tool for deploying updates to your Auth0 tenant", "main": "lib/index.js", "bin": {