Skip to content

Commit

Permalink
chore(release): 5.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 24, 2023
1 parent 24da138 commit 23fc841
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.11.1 (2023-01-24)


### Bug Fixes

* generate incremental (`-d`) with source (`-s`) parameter ([#432](https://github.com/scolladon/sfdx-git-delta/issues/432)) ([24da138](https://github.com/scolladon/sfdx-git-delta/commit/24da1380638181ed8efcfdc8031698b53427ddcb))

## 5.11.0 (2023-01-23)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ OPTIONS
this command invocation
```

_See code: [src/commands/sgd/source/delta.ts](https://github.com/scolladon/sfdx-git-delta/blob/v5.11.0/src/commands/sgd/source/delta.ts)_
_See code: [src/commands/sgd/source/delta.ts](https://github.com/scolladon/sfdx-git-delta/blob/v5.11.1/src/commands/sgd/source/delta.ts)_
<!-- commandsstop -->

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

0 comments on commit 23fc841

Please sign in to comment.