Skip to content

Commit

Permalink
chore(release): 5.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Mar 29, 2022
1 parent 5a4ee7c commit 855cd84
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)_

<!-- commandsstop -->

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.0.6",
"version": "5.0.7",
"description": "Generate the sfdx content in source format and destructive change from two git commits",
"keyword": [
"salesforce",
Expand Down

0 comments on commit 855cd84

Please sign in to comment.