Skip to content

Commit

Permalink
7.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
willvedd committed Oct 11, 2022
1 parent 3767162 commit e98e893
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 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.15.0] - 2022-10-11

### Added

- Ignoring management of marketplace actions because they are unsupported by the Management API [#660]
Expand Down Expand Up @@ -824,7 +826,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#626]: https://github.com/auth0/auth0-deploy-cli/issues/626
[#629]: https://github.com/auth0/auth0-deploy-cli/issues/629
[#630]: https://github.com/auth0/auth0-deploy-cli/issues/630
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.14.3...HEAD
[#638]: https://github.com/auth0/auth0-deploy-cli/issues/638
[#660]: https://github.com/auth0/auth0-deploy-cli/issues/660
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.15.0...HEAD
[7.15.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.14.3...v7.15.0
[7.14.3]: https://github.com/auth0/auth0-deploy-cli/compare/v7.14.2...v7.14.3
[7.14.2]: https://github.com/auth0/auth0-deploy-cli/compare/v7.14.1...v7.14.2
[7.14.1]: https://github.com/auth0/auth0-deploy-cli/compare/v7.14.0...v7.14.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.14.3",
"version": "7.15.0",
"description": "A command line tool for deploying updates to your Auth0 tenant",
"main": "lib/index.js",
"bin": {
Expand Down

0 comments on commit e98e893

Please sign in to comment.