Skip to content

Commit 488eb2c

Browse files
authored
7.18.0 (#823)
* Updating changelog * 7.18.0 --------- Co-authored-by: Will Vedder <[email protected]>
1 parent af2170a commit 488eb2c

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [7.18.0] - 2023-07-14
11+
12+
### Added
13+
14+
- Support for `password-reset-post-challenge` action trigger [#818]
15+
16+
### Fixed
17+
18+
- Runtime error when attempting to preserve keyword on null remote assets [#822]
19+
- Respect email template `body` filepath definition [#820]
20+
1021
## [7.17.7] - 2023-07-07
1122

1223
### Fixed
@@ -960,7 +971,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
960971
[#804]: https://github.com/auth0/auth0-deploy-cli/issues/804
961972
[#809]: https://github.com/auth0/auth0-deploy-cli/issues/809
962973
[#811]: https://github.com/auth0/auth0-deploy-cli/issues/811
963-
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.17.7...HEAD
974+
[#818]: https://github.com/auth0/auth0-deploy-cli/issues/818
975+
[#820]: https://github.com/auth0/auth0-deploy-cli/issues/820
976+
[#822]: https://github.com/auth0/auth0-deploy-cli/issues/822
977+
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.18.0...HEAD
978+
[7.18.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.17.7...v7.18.0
964979
[7.17.7]: https://github.com/auth0/auth0-deploy-cli/compare/v7.17.6...v7.17.7
965980
[7.17.6]: https://github.com/auth0/auth0-deploy-cli/compare/v7.17.5...v7.17.6
966981
[7.17.5]: https://github.com/auth0/auth0-deploy-cli/compare/v7.17.4...v7.17.5

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.7",
3+
"version": "7.18.0",
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)