diff --git a/CHANGELOG.md b/CHANGELOG.md index 7862f76b..7860b8d9 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.26.1](https://github.com/scolladon/sfdx-git-delta/compare/v5.26.0...v5.26.1) (2023-10-04) + + +### Bug Fixes + +* use default export for main module ([#702](https://github.com/scolladon/sfdx-git-delta/issues/702)) ([774b7fc](https://github.com/scolladon/sfdx-git-delta/commit/774b7fca4f121de4d364f72d5ab6e51b623d06a1)) + ## [5.26.0](https://github.com/scolladon/sfdx-git-delta/compare/v5.25.2...v5.26.0) (2023-09-26) diff --git a/package.json b/package.json index 63c75dc4..543fd1d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sfdx-git-delta", - "version": "5.26.0", + "version": "5.26.1", "description": "Generate the sfdx content in source format and destructive change from two git commits", "keyword": [ "salesforce",