Skip to content

Commit

Permalink
chore(release): 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Mar 30, 2022
1 parent 6c8accc commit 00ceeb8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.1.0](https://github.com/scolladon/sfdx-git-delta/compare/v5.0.7...v5.1.0) (2022-03-30)


### Features

* verify `--from` and `--to` parameters to be valid git pointer ([#248](https://github.com/scolladon/sfdx-git-delta/issues/248)) ([6c8accc](https://github.com/scolladon/sfdx-git-delta/commit/6c8accc8adfaaaf76c0ed298a14a3feb7de5ecd8))


### Bug Fixes

* use more robust comparison for package.xml generation ([#279](https://github.com/scolladon/sfdx-git-delta/issues/279)) ([f028375](https://github.com/scolladon/sfdx-git-delta/commit/f0283753fc0fbcfec7c242f40913515aea306466))

### [5.0.7](https://github.com/scolladon/sfdx-git-delta/compare/v5.0.6...v5.0.7) (2022-03-29)


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

0 comments on commit 00ceeb8

Please sign in to comment.