diff --git a/CHANGELOG.md b/CHANGELOG.md index 69475744d..4c5cd4592 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ 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] + ## [7.14.0] - 2022-06-27 ### Added @@ -790,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 4eefebed7..22c53c8c6 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": {