Skip to content

Commit

Permalink
7.22.0 (#910)
Browse files Browse the repository at this point in the history
* Updating changelog for 7.22.0

* 7.22.0

* fixed linting.

* removed security notes.
  • Loading branch information
developerkunal authored Jun 21, 2024
1 parent 8fc9936 commit fbdf7a6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [7.22.0] - 2024-06-21

### Added

- Management support for `is_signup_enabled` in organization connections [#905]
- Management support for `captcha_widget_theme` in theme colors [#906]

## [7.21.0] - 2024-02-08

### Added
Expand Down Expand Up @@ -1016,7 +1023,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#866]: https://github.com/auth0/auth0-deploy-cli/issues/866
[#876]: https://github.com/auth0/auth0-deploy-cli/issues/876
[#889]: https://github.com/auth0/auth0-deploy-cli/issues/889
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.21.0...HEAD
[#905]: https://github.com/auth0/auth0-deploy-cli/issues/905
[#906]: https://github.com/auth0/auth0-deploy-cli/issues/906
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.22.0...HEAD
[7.22.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.21.0...v7.22.0
[7.21.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.20.0...v7.21.0
[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
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.21.0",
"version": "7.22.0",
"description": "A command line tool for deploying updates to your Auth0 tenant",
"main": "lib/index.js",
"bin": {
Expand Down

0 comments on commit fbdf7a6

Please sign in to comment.