Skip to content

Commit a82ed70

Browse files
8.6.2 (#1036)
* Update Change Log for 8.6.2 * Update Change Log for 8.6.2 * 8.6.2 * CHANGELOG lint fix --------- Co-authored-by: kushalshit27 <43465488+kushalshit27@users.noreply.github.com>
1 parent f632de7 commit a82ed70

3 files changed

Lines changed: 12 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [8.6.2] - 2025-02-21
11+
12+
### Added
13+
14+
- Add support new screens for rendering `prompt` screen's settings [#1035]
15+
1016
## [8.6.1] - 2025-02-20
1117

1218
### Fixed
@@ -1228,7 +1234,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12281234
[#1030]: https://github.com/auth0/auth0-deploy-cli/issues/1030
12291235
[#1031]: https://github.com/auth0/auth0-deploy-cli/issues/1031
12301236
[#1032]: https://github.com/auth0/auth0-deploy-cli/issues/1032
1231-
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.6.1...HEAD
1237+
[#1035]: https://github.com/auth0/auth0-deploy-cli/issues/1035
1238+
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.6.2...HEAD
1239+
[8.6.2]: https://github.com/auth0/auth0-deploy-cli/compare/v8.6.1...v8.6.2
12321240
[8.6.1]: https://github.com/auth0/auth0-deploy-cli/compare/v8.6.0...v8.6.1
12331241
[8.6.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.5.0...v8.6.0
12341242
[8.5.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.4.4...v8.5.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auth0-deploy-cli",
3-
"version": "8.6.1",
3+
"version": "8.6.2",
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)