diff --git a/CHANGELOG.md b/CHANGELOG.md index dad82be9..60e6c5f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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.40.1](https://github.com/scolladon/sfdx-git-delta/compare/v5.40.0...v5.40.1) (2024-06-08) + + +### Bug Fixes + +* sub directory detection when walking vcs content ([#880](https://github.com/scolladon/sfdx-git-delta/issues/880)) ([788478d](https://github.com/scolladon/sfdx-git-delta/commit/788478d1caf0cb68c58f7693238a0ef962a17058)) + ## [5.40.0](https://github.com/scolladon/sfdx-git-delta/compare/v5.39.2...v5.40.0) (2024-05-16) diff --git a/package.json b/package.json index f6ccbbf9..37ac8892 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sfdx-git-delta", - "version": "5.40.0", + "version": "5.40.1", "description": "Generate the sfdx content in source format and destructive change from two git commits", "keyword": [ "salesforce",