Skip to content

Commit 337a2f2

Browse files
authored
8.7.1 (#1057)
* CHANGELOG update * 8.7.1 * CHANGELOG lint
1 parent 74ac58b commit 337a2f2

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [8.7.1] - 2025-03-27
11+
12+
### Added
13+
14+
- Add support new screens for rendering `prompt` screen's settings [#1053]
15+
16+
### Fixed
17+
18+
- Fix get all `customDomains` types [#1054]
19+
20+
### Security
21+
22+
- Security fixes from dependencies [#1054]
23+
1024
## [8.7.0] - 2025-03-13
1125

1226
### Added
@@ -1259,7 +1273,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12591273
[#1041]: https://github.com/auth0/auth0-deploy-cli/issues/1041
12601274
[#1046]: https://github.com/auth0/auth0-deploy-cli/issues/1046
12611275
[#1047]: https://github.com/auth0/auth0-deploy-cli/issues/1047
1262-
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.7.0...HEAD
1276+
[#1053]: https://github.com/auth0/auth0-deploy-cli/issues/1053
1277+
[#1054]: https://github.com/auth0/auth0-deploy-cli/issues/1054
1278+
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.7.1...HEAD
1279+
[8.7.1]: https://github.com/auth0/auth0-deploy-cli/compare/v8.7.0...v8.7.1
12631280
[8.7.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.6.2...v8.7.0
12641281
[8.6.2]: https://github.com/auth0/auth0-deploy-cli/compare/v8.6.1...v8.6.2
12651282
[8.6.1]: https://github.com/auth0/auth0-deploy-cli/compare/v8.6.0...v8.6.1

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": "8.7.0",
3+
"version": "8.7.1",
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)