Skip to content

Commit

Permalink
7.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
willvedd committed Nov 29, 2023
1 parent 402b889 commit 9820438
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [7.20.0] - 2023-11-29

### Added

- Relative path import support for actions directory handler [#866]
Expand Down Expand Up @@ -999,7 +1001,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#836]: https://github.com/auth0/auth0-deploy-cli/issues/836
[#837]: https://github.com/auth0/auth0-deploy-cli/issues/837
[#838]: https://github.com/auth0/auth0-deploy-cli/issues/838
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.19.0...HEAD
[#864]: https://github.com/auth0/auth0-deploy-cli/issues/864
[#865]: https://github.com/auth0/auth0-deploy-cli/issues/865
[#866]: https://github.com/auth0/auth0-deploy-cli/issues/866
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.20.0...HEAD
[7.20.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.19.0...v7.20.0
[7.19.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.18.0...v7.19.0
[7.18.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.17.7...v7.18.0
[7.17.7]: https://github.com/auth0/auth0-deploy-cli/compare/v7.17.6...v7.17.7
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth0-deploy-cli",
"version": "7.19.0",
"version": "7.20.0",
"description": "A command line tool for deploying updates to your Auth0 tenant",
"main": "lib/index.js",
"bin": {
Expand Down

0 comments on commit 9820438

Please sign in to comment.