Skip to content

Commit

Permalink
Merge pull request #457 from auth0/update-changelog-7.6.0
Browse files Browse the repository at this point in the history
Updating changelog and package version to 7.6.0
  • Loading branch information
willvedd authored Mar 25, 2022
2 parents 029f884 + b8dbc31 commit c11034a
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.6.0] - 2022-03-25
### Added
- New branding template feature support [#438]

### Fixed
- Colliding `e` parameter alias between `export_ids` and `env` [#453]

## [7.5.2] - 2022-03-15
### Fixed
- Resetting this version to be latest on NPM
Expand Down Expand Up @@ -456,8 +463,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#430]: https://github.com/auth0/auth0-deploy-cli/issues/430
[#432]: https://github.com/auth0/auth0-deploy-cli/issues/432
[#436]: https://github.com/auth0/auth0-deploy-cli/issues/436
[#438]: https://github.com/auth0/auth0-deploy-cli/issues/438
[#453]: https://github.com/auth0/auth0-deploy-cli/issues/453

[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.5.2...HEAD
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.6.0...HEAD
[7.6.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.5.2...v7.6.0
[7.5.2]: https://github.com/auth0/auth0-deploy-cli/compare/v7.5.1...v7.5.2
[7.5.1]: https://github.com/auth0/auth0-deploy-cli/compare/v7.5.0...v7.5.1
[7.5.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.4.0...v7.5.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.5.2",
"version": "7.6.0",
"description": "A command line tool for deploying updates to your Auth0 tenant",
"main": "lib/index.js",
"bin": {
Expand Down

0 comments on commit c11034a

Please sign in to comment.