Skip to content

Commit f50cc14

Browse files
authored
8.23.1 (#1241)
* Update CHANGELOG * 8.23.1
1 parent ebf817e commit f50cc14

3 files changed

Lines changed: 14 additions & 4 deletions

File tree

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.23.1] - 2025-12-18
11+
12+
### Fixed
13+
14+
- Fix resolve race conditions in processChanges for handlers. [#1240]
15+
- Fix client grants pagination to use checkpoint. [#1239]
16+
1017
## [8.23.0] - 2025-12-16
1118

1219
### Added
@@ -1568,7 +1575,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15681575
[#1229]: https://github.com/auth0/auth0-deploy-cli/issues/1229
15691576
[#1231]: https://github.com/auth0/auth0-deploy-cli/issues/1231
15701577
[#1232]: https://github.com/auth0/auth0-deploy-cli/issues/1232
1571-
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.23.0...HEAD
1578+
[#1239]: https://github.com/auth0/auth0-deploy-cli/issues/1239
1579+
[#1240]: https://github.com/auth0/auth0-deploy-cli/issues/1240
1580+
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.23.1...HEAD
1581+
[8.23.1]: https://github.com/auth0/auth0-deploy-cli/compare/v8.23.0...v8.23.1
15721582
[8.23.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.22.0...v8.23.0
15731583
[8.22.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.21.0...v8.22.0
15741584
[8.21.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.20.4-beta.0...v8.21.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.23.0",
3+
"version": "8.23.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)