diff --git a/CHANGELOG.md b/CHANGELOG.md index c909a923..dd2d92be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ 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.38.1](https://github.com/scolladon/sfdx-git-delta/compare/v5.38.0...v5.38.1) (2024-03-18) + + +### Bug Fixes + +* add `@salesforce/core` implicit dependency ([#812](https://github.com/scolladon/sfdx-git-delta/issues/812)) ([fc3e5c9](https://github.com/scolladon/sfdx-git-delta/commit/fc3e5c9d12c23b235778b2031c84076141e04883)) +* xml header consideration for inFile metadata type handler ([#811](https://github.com/scolladon/sfdx-git-delta/issues/811)) ([71b1217](https://github.com/scolladon/sfdx-git-delta/commit/71b1217dba9d18f71640bf0650a5f4dc4e39ffbe)) + ## [5.38.0](https://github.com/scolladon/sfdx-git-delta/compare/v5.37.0...v5.38.0) (2024-03-09) diff --git a/package.json b/package.json index 8d9275b1..178b19d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sfdx-git-delta", - "version": "5.38.0", + "version": "5.38.1", "description": "Generate the sfdx content in source format and destructive change from two git commits", "keyword": [ "salesforce",