Skip to content

Commit

Permalink
chore(main): release 5.32.0 (#747)
Browse files Browse the repository at this point in the history
  • Loading branch information
scolladon committed Jan 9, 2024
1 parent 3ba47cc commit b962e44
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@

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.

## [5.32.0](https://github.com/scolladon/sfdx-git-delta/compare/v5.31.1...v5.32.0) (2024-01-09)


### Features

* add `RecordAlertCategory` metadata support ([#752](https://github.com/scolladon/sfdx-git-delta/issues/752)) ([3ba47cc](https://github.com/scolladon/sfdx-git-delta/commit/3ba47ccb2c631875a19d48bd78adcf5d501429f2))


### Bug Fixes

* add fetch depth tips for git sha pointer error ([#748](https://github.com/scolladon/sfdx-git-delta/issues/748)) ([1753f97](https://github.com/scolladon/sfdx-git-delta/commit/1753f97fda048000690ca658d133cc58494fefcb))
* apply ignore settings when copying file ([#745](https://github.com/scolladon/sfdx-git-delta/issues/745)) ([d6f99d3](https://github.com/scolladon/sfdx-git-delta/commit/d6f99d3c8c15de8a8844d9dcab964cffab929312))
* circular dependency issues ([#749](https://github.com/scolladon/sfdx-git-delta/issues/749)) ([30ed6d2](https://github.com/scolladon/sfdx-git-delta/commit/30ed6d28e96c1f67ce5ec868391a581534dc5cb6))

## [5.31.1](https://github.com/scolladon/sfdx-git-delta/compare/v5.31.0...v5.31.1) (2023-12-12)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sfdx-git-delta",
"version": "5.31.1",
"version": "5.32.0",
"description": "Generate the sfdx content in source format and destructive change from two git commits",
"keyword": [
"salesforce",
Expand Down

0 comments on commit b962e44

Please sign in to comment.