Skip to content

Commit

Permalink
chore(release): 5.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Mar 23, 2022
1 parent bf1d278 commit 12ddfc6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,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.0.5](https://github.com/scolladon/sfdx-git-delta/compare/v5.0.4...v5.0.5) (2022-03-23)


### Bug Fixes

* xml header displayed twice for inFile delta generated ([#274](https://github.com/scolladon/sfdx-git-delta/issues/274)) ([bf1d278](https://github.com/scolladon/sfdx-git-delta/commit/bf1d27895cd2cdbc4a66dcae73a62d3bd67c9391))

### [5.0.4](https://github.com/scolladon/sfdx-git-delta/compare/v5.0.3...v5.0.4) (2022-03-22)


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.4/src/commands/sgd/source/delta.ts)_
_See code: [src/commands/sgd/source/delta.ts](https://github.com/scolladon/sfdx-git-delta/blob/v5.0.5/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.4",
"version": "5.0.5",
"description": "Generate the sfdx content in source format and destructive change from two git commits",
"keyword": [
"salesforce",
Expand Down

0 comments on commit 12ddfc6

Please sign in to comment.