Skip to content

Commit

Permalink
chore(release): 4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 4, 2021
1 parent 62f0cf2 commit ee56c9f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.

## [4.8.0](https://github.com/scolladon/sfdx-git-delta/compare/v4.7.2...v4.8.0) (2021-08-04)


### Features

* delta analysis scoped by source parameter ([#174](https://github.com/scolladon/sfdx-git-delta/issues/174)) ([62f0cf2](https://github.com/scolladon/sfdx-git-delta/commit/62f0cf2609dbbf036cece11cf0304083edede01d))


### Bug Fixes

* inResource file identification ([#178](https://github.com/scolladon/sfdx-git-delta/issues/178)) ([dda6327](https://github.com/scolladon/sfdx-git-delta/commit/dda63278aa9ca796d5ed2a1d36f17d08f1cc0a22))
* truncated xml values ([#177](https://github.com/scolladon/sfdx-git-delta/issues/177)) ([d0f99b8](https://github.com/scolladon/sfdx-git-delta/commit/d0f99b823dea9d6b43377e2974c28df797e65c22))

### [4.7.2](https://github.com/scolladon/sfdx-git-delta/compare/v4.7.1...v4.7.2) (2021-07-29)


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

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

### Important note for 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": "4.7.2",
"version": "4.8.0",
"description": "Generate the sfdx content in source format and destructive change from two git commits",
"keyword": [
"salesforce",
Expand Down

0 comments on commit ee56c9f

Please sign in to comment.