diff --git a/CHANGELOG.md b/CHANGELOG.md index 25077747..eb07a978 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,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.0.7](https://github.com/scolladon/sfdx-git-delta/compare/v5.0.6...v5.0.7) (2022-03-29) + + +### Bug Fixes + +* improve markdown files spelling ([#266](https://github.com/scolladon/sfdx-git-delta/issues/266)) ([02bf943](https://github.com/scolladon/sfdx-git-delta/commit/02bf943f36c45733b0bf20dbed2c045ac1107e61)) +* parseLine array result destructure selection ([#281](https://github.com/scolladon/sfdx-git-delta/issues/281)) ([5a4ee7c](https://github.com/scolladon/sfdx-git-delta/commit/5a4ee7c34592720cca2f39b2716b2e92c0325634)) + ### [5.0.6](https://github.com/scolladon/sfdx-git-delta/compare/v5.0.5...v5.0.6) (2022-03-24) diff --git a/README.md b/README.md index c53c1fef..eb7fba3c 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,7 @@ OPTIONS this command invocation ``` -_See code: [src/commands/sgd/source/delta.ts](https://github.com/scolladon/sfdx-git-delta/blob/v5.0.6/src/commands/sgd/source/delta.ts)_ +_See code: [src/commands/sgd/source/delta.ts](https://github.com/scolladon/sfdx-git-delta/blob/v5.0.7/src/commands/sgd/source/delta.ts)_ diff --git a/package.json b/package.json index eb995431..11a0e383 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sfdx-git-delta", - "version": "5.0.6", + "version": "5.0.7", "description": "Generate the sfdx content in source format and destructive change from two git commits", "keyword": [ "salesforce",