Skip to content

Commit 04c5b05

Browse files
authored
8.3.0 (#992)
* CHANGELOG update * 8.3.0 * CHANGELOG lint
1 parent 88230e9 commit 04c5b05

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+
## [8.3.0] - 2024-11-28
11+
12+
### Added
13+
14+
- Management support for `selfServiceProfiles` [#989]
15+
16+
### Fixed
17+
18+
- Fix checkpoint pagination to get all organizations [#984]
19+
- Fix error handling for trigger bindings [#991]
20+
1021
## [8.2.0] - 2024-11-18
1122

1223
### Added
@@ -1127,7 +1138,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11271138
[#975]: https://github.com/auth0/auth0-deploy-cli/issues/975
11281139
[#978]: https://github.com/auth0/auth0-deploy-cli/issues/978
11291140
[#982]: https://github.com/auth0/auth0-deploy-cli/issues/982
1130-
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.2.0...HEAD
1141+
[#984]: https://github.com/auth0/auth0-deploy-cli/issues/984
1142+
[#989]: https://github.com/auth0/auth0-deploy-cli/issues/989
1143+
[#991]: https://github.com/auth0/auth0-deploy-cli/issues/991
1144+
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.3.0...HEAD
1145+
[8.3.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.2.0...v8.3.0
11311146
[8.2.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.1.0...v8.2.0
11321147
[8.1.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.0.0...v8.1.0
11331148
[8.0.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.24.3...v8.0.0

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