diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b62e096f..e14a89257 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [7.14.3] - 2022-08-24 + +### Fixed + +- Reclassify select production dependencies as dev dependencies [#626] +- Allowing certain page templates configuration to be modified even when absent of HTML [#629],[#630] + ## [7.14.2] - 2022-08-01 ### Fixed @@ -806,7 +813,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#597]: https://github.com/auth0/auth0-deploy-cli/issues/597 [#603]: https://github.com/auth0/auth0-deploy-cli/issues/603 [#617]: https://github.com/auth0/auth0-deploy-cli/issues/617 -[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.14.2...HEAD +[#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 +[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 [7.14.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.13.1...v7.14.0 diff --git a/package-lock.json b/package-lock.json index 2a6cc2bb0..c7e0d34a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "auth0-deploy-cli", - "version": "7.14.2", + "version": "7.14.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "auth0-deploy-cli", - "version": "7.14.2", + "version": "7.14.3", "license": "MIT", "dependencies": { "ajv": "^6.12.6", diff --git a/package.json b/package.json index dbd9dafe6..cf563ac50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-deploy-cli", - "version": "7.14.2", + "version": "7.14.3", "description": "A command line tool for deploying updates to your Auth0 tenant", "main": "lib/index.js", "bin": {