Skip to content

Commit b320536

Browse files
authored
7.17.2 (#785)
* Updating changelog * 7.17.2 --------- Co-authored-by: Will Vedder <[email protected]>
1 parent 58b01d3 commit b320536

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [7.17.2] - 2023-04-19
11+
12+
### Fixed
13+
14+
- API error when no tenant flags defined [#780]
15+
- Keyword preservation in a resource's identifier fields [#784]
16+
1017
## [7.17.1] - 2023-03-31
1118

1219
### Fixed
@@ -912,7 +919,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
912919
[#760]: https://github.com/auth0/auth0-deploy-cli/issues/760
913920
[#764]: https://github.com/auth0/auth0-deploy-cli/issues/764
914921
[#775]: https://github.com/auth0/auth0-deploy-cli/issues/775
915-
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.17.1...HEAD
922+
[#780]: https://github.com/auth0/auth0-deploy-cli/issues/780
923+
[#784]: https://github.com/auth0/auth0-deploy-cli/issues/784
924+
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.17.2...HEAD
925+
[7.17.2]: https://github.com/auth0/auth0-deploy-cli/compare/v7.17.1...v7.17.2
916926
[7.17.1]: https://github.com/auth0/auth0-deploy-cli/compare/v7.17.0...v7.17.1
917927
[7.17.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.16.1...v7.17.0
918928
[7.16.1]: https://github.com/auth0/auth0-deploy-cli/compare/v7.16.0...v7.16.1

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auth0-deploy-cli",
3-
"version": "7.17.1",
3+
"version": "7.17.2",
44
"description": "A command line tool for deploying updates to your Auth0 tenant",
55
"main": "lib/index.js",
66
"bin": {

0 commit comments

Comments
 (0)