Skip to content

Commit

Permalink
chore(release): 4.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 4, 2021
1 parent 909eba3 commit 6b2adb4
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.

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


### Bug Fixes

* issue with inResource meta file not copied for corner cases ([#179](https://github.com/scolladon/sfdx-git-delta/issues/179)) ([909eba3](https://github.com/scolladon/sfdx-git-delta/commit/909eba3cdd685e98de435b115e1779f3a839ad6b))

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


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

0 comments on commit 6b2adb4

Please sign in to comment.