Skip to content

Commit 2d44df0

Browse files
authored
7.17.7 (#812)
* Updating changelog * 7.17.7 --------- Co-authored-by: Will Vedder <[email protected]>
1 parent dccf7f3 commit 2d44df0

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [7.17.7] - 2023-07-07
11+
12+
### Fixed
13+
14+
- Delay processing of action triggers until deployed actions register [#809]
15+
- Process custom domains prior to branding settings [#811]
16+
1017
## [7.17.6] - 2023-06-23
1118

1219
### Changed
@@ -951,7 +958,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
951958
[#799]: https://github.com/auth0/auth0-deploy-cli/issues/799
952959
[#800]: https://github.com/auth0/auth0-deploy-cli/issues/800
953960
[#804]: https://github.com/auth0/auth0-deploy-cli/issues/804
954-
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.17.6...HEAD
961+
[#809]: https://github.com/auth0/auth0-deploy-cli/issues/809
962+
[#811]: https://github.com/auth0/auth0-deploy-cli/issues/811
963+
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.17.7...HEAD
964+
[7.17.7]: https://github.com/auth0/auth0-deploy-cli/compare/v7.17.6...v7.17.7
955965
[7.17.6]: https://github.com/auth0/auth0-deploy-cli/compare/v7.17.5...v7.17.6
956966
[7.17.5]: https://github.com/auth0/auth0-deploy-cli/compare/v7.17.4...v7.17.5
957967
[7.17.4]: https://github.com/auth0/auth0-deploy-cli/compare/v7.17.3...v7.17.4

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auth0-deploy-cli",
3-
"version": "7.17.6",
3+
"version": "7.17.7",
44
"description": "A command line tool for deploying updates to your Auth0 tenant",
55
"main": "lib/index.js",
66
"bin": {

0 commit comments

Comments
 (0)