Skip to content

Commit

Permalink
7.24.2 (#948)
Browse files Browse the repository at this point in the history
* Updated the CHANGELOG.md
* 7.24.2
  • Loading branch information
kushalshit27 committed Aug 28, 2024
1 parent 4cb3aca commit e7e8649
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [7.24.2] - 2024-08-28

### Added

- Add support for `login-passwordless` prompt on `partials` in prompts handler [#946]

### Fixed

- Fix `branding` template `path` on export/import [#943]
- Fix docs for support `exclusions of individual resource` [#944]

## [7.24.1] - 2024-08-09

### Fixed
Expand Down Expand Up @@ -1067,7 +1078,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#933]: https://github.com/auth0/auth0-deploy-cli/issues/933
[#937]: https://github.com/auth0/auth0-deploy-cli/issues/937
[#939]: https://github.com/auth0/auth0-deploy-cli/issues/939
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.24.1...HEAD
[#943]: https://github.com/auth0/auth0-deploy-cli/issues/943
[#944]: https://github.com/auth0/auth0-deploy-cli/issues/944
[#946]: https://github.com/auth0/auth0-deploy-cli/issues/946
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.24.2...HEAD
[7.24.2]: https://github.com/auth0/auth0-deploy-cli/compare/v7.24.1...v7.24.2
[7.24.1]: https://github.com/auth0/auth0-deploy-cli/compare/v7.24.0...v7.24.1
[7.24.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.23.1...v7.24.0
[7.23.1]: https://github.com/auth0/auth0-deploy-cli/compare/v7.23.0...v7.23.1
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.24.1",
"version": "7.24.2",
"description": "A command line tool for deploying updates to your Auth0 tenant",
"main": "lib/index.js",
"bin": {
Expand Down

0 comments on commit e7e8649

Please sign in to comment.