Skip to content

Commit 3b8cadf

Browse files
authored
8.13.0 (#1140)
* CHANGELOG added * 8.13.0
1 parent 578148b commit 3b8cadf

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
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+
## [8.13.0] - 2025-08-04
11+
12+
### Added
13+
14+
- Add support for native to web SSO in `clients`. [#1139]
15+
- Add support for PII config in `logStreams`. [#1130]
16+
1017
## [8.12.0] - 2025-07-30
1118

1219
### Added
@@ -1391,10 +1398,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13911398
[#1123]: https://github.com/auth0/auth0-deploy-cli/issues/1123
13921399
[#1124]: https://github.com/auth0/auth0-deploy-cli/issues/1124
13931400
[#1127]: https://github.com/auth0/auth0-deploy-cli/issues/1127
1401+
[#1130]: https://github.com/auth0/auth0-deploy-cli/issues/1130
13941402
[#1132]: https://github.com/auth0/auth0-deploy-cli/issues/1132
13951403
[#1133]: https://github.com/auth0/auth0-deploy-cli/issues/1133
13961404
[#1134]: https://github.com/auth0/auth0-deploy-cli/issues/1134
1397-
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.12.0...HEAD
1405+
[#1139]: https://github.com/auth0/auth0-deploy-cli/issues/1139
1406+
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.13.0...HEAD
1407+
[8.13.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.12.0...v8.13.0
13981408
[8.12.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.11.0...v8.12.0
13991409
[8.11.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.10.0...v8.11.0
14001410
[8.10.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.9.0...v8.10.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.12.0",
3+
"version": "8.13.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)