Skip to content

Commit fa738a5

Browse files
authored
7.20.0 (#870)
* Updating changelog * 7.20.0 --------- Co-authored-by: Will Vedder <[email protected]>
1 parent ae243c5 commit fa738a5

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [7.20.0] - 2023-11-29
11+
12+
### Added
13+
14+
- Relative path import support for actions directory handler [#866]
15+
16+
### Fixed
17+
18+
- Keyword preservation for wider array of resources [#864]
19+
- Fetching clients if not defined when managing client grants in YAML format [#865]
20+
1021
## [7.19.0] - 2023-08-11
1122

1223
### Added
@@ -990,7 +1001,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9901001
[#836]: https://github.com/auth0/auth0-deploy-cli/issues/836
9911002
[#837]: https://github.com/auth0/auth0-deploy-cli/issues/837
9921003
[#838]: https://github.com/auth0/auth0-deploy-cli/issues/838
993-
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.19.0...HEAD
1004+
[#864]: https://github.com/auth0/auth0-deploy-cli/issues/864
1005+
[#865]: https://github.com/auth0/auth0-deploy-cli/issues/865
1006+
[#866]: https://github.com/auth0/auth0-deploy-cli/issues/866
1007+
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.20.0...HEAD
1008+
[7.20.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.19.0...v7.20.0
9941009
[7.19.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.18.0...v7.19.0
9951010
[7.18.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.17.7...v7.18.0
9961011
[7.17.7]: https://github.com/auth0/auth0-deploy-cli/compare/v7.17.6...v7.17.7

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.19.0",
3+
"version": "7.20.0",
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)