From b32053677ddfbbc3a00b9868a4cf22e58c563229 Mon Sep 17 00:00:00 2001 From: Will Vedder Date: Wed, 19 Apr 2023 14:42:09 -0400 Subject: [PATCH] 7.17.2 (#785) * Updating changelog * 7.17.2 --------- Co-authored-by: Will Vedder --- CHANGELOG.md | 12 +++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99de7139c..c0c0a1936 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.17.2] - 2023-04-19 + +### Fixed + +- API error when no tenant flags defined [#780] +- Keyword preservation in a resource's identifier fields [#784] + ## [7.17.1] - 2023-03-31 ### Fixed @@ -912,7 +919,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#760]: https://github.com/auth0/auth0-deploy-cli/issues/760 [#764]: https://github.com/auth0/auth0-deploy-cli/issues/764 [#775]: https://github.com/auth0/auth0-deploy-cli/issues/775 -[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.17.1...HEAD +[#780]: https://github.com/auth0/auth0-deploy-cli/issues/780 +[#784]: https://github.com/auth0/auth0-deploy-cli/issues/784 +[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.17.2...HEAD +[7.17.2]: https://github.com/auth0/auth0-deploy-cli/compare/v7.17.1...v7.17.2 [7.17.1]: https://github.com/auth0/auth0-deploy-cli/compare/v7.17.0...v7.17.1 [7.17.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.16.1...v7.17.0 [7.16.1]: https://github.com/auth0/auth0-deploy-cli/compare/v7.16.0...v7.16.1 diff --git a/package-lock.json b/package-lock.json index 5153dc105..029ca7309 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "auth0-deploy-cli", - "version": "7.17.1", + "version": "7.17.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "auth0-deploy-cli", - "version": "7.17.1", + "version": "7.17.2", "license": "MIT", "dependencies": { "ajv": "^6.12.6", diff --git a/package.json b/package.json index a1faac0c7..0c501e750 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-deploy-cli", - "version": "7.17.1", + "version": "7.17.2", "description": "A command line tool for deploying updates to your Auth0 tenant", "main": "lib/index.js", "bin": {