Skip to content

Commit aad4d50

Browse files
authored
chore(main): release 6.33.0 (#1237)
1 parent a57f8fb commit aad4d50

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

55
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
66

7+
## [6.33.0](https://github.com/scolladon/sfdx-git-delta/compare/v6.32.4...v6.33.0) (2026-03-04)
8+
9+
10+
### Features
11+
12+
* support `AiAuthoringBundle` metadata with dynamic handler resolution ([#1234](https://github.com/scolladon/sfdx-git-delta/issues/1234)) ([a57f8fb](https://github.com/scolladon/sfdx-git-delta/commit/a57f8fbf8e6cb5c31139d43d31dc6027914f0078))
13+
14+
15+
### Bug Fixes
16+
17+
* use `idle()` instead of `length()` to guard queue drain ([#1236](https://github.com/scolladon/sfdx-git-delta/issues/1236)) ([de82ee4](https://github.com/scolladon/sfdx-git-delta/commit/de82ee40d81f8983dae77de64c181d19510e85bf))
18+
719
## [6.32.4](https://github.com/scolladon/sfdx-git-delta/compare/v6.32.3...v6.32.4) (2026-02-27)
820

921

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": "sfdx-git-delta",
3-
"version": "6.32.4",
3+
"version": "6.33.0",
44
"description": "Generate the sfdx content in source format and destructive change from two git commits",
55
"keywords": [
66
"salesforce",

0 commit comments

Comments
 (0)