Skip to content

Commit

Permalink
Merge pull request #565 from auth0/update-changelog-7.13.0
Browse files Browse the repository at this point in the history
v7.13.0
  • Loading branch information
willvedd authored Jun 6, 2022
2 parents 5fd6076 + 90d3ebc commit ef21a8c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [7.13.0] - 2022-06-06

### Added

- Themes support (if supported by tenant) [#554]

### Fixed

- Omit `enabled_clients` from connection payload if not defined in resource configuration files [#563]

## [7.12.3] - 2022-05-24

### Fixed
Expand Down Expand Up @@ -757,7 +767,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#542]: https://github.com/auth0/auth0-deploy-cli/issues/542
[#545]: https://github.com/auth0/auth0-deploy-cli/issues/545
[#553]: https://github.com/auth0/auth0-deploy-cli/issues/553
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.12.3...HEAD
[#554]: https://github.com/auth0/auth0-deploy-cli/issues/554
[#563]: https://github.com/auth0/auth0-deploy-cli/issues/563
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.13.0...HEAD
[7.13.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.12.3...v7.13.0
[7.12.3]: https://github.com/auth0/auth0-deploy-cli/compare/v7.12.2...v7.12.3
[7.12.2]: https://github.com/auth0/auth0-deploy-cli/compare/v7.12.1...v7.12.2
[7.12.1]: https://github.com/auth0/auth0-deploy-cli/compare/v7.12.0...v7.12.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.12.3",
"version": "7.13.0",
"description": "A command line tool for deploying updates to your Auth0 tenant",
"main": "lib/index.js",
"bin": {
Expand Down

0 comments on commit ef21a8c

Please sign in to comment.