Skip to content

Commit

Permalink
chore(release): 5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 26, 2022
1 parent 3fd1ee1 commit 6e38556
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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.4.0](https://github.com/scolladon/sfdx-git-delta/compare/v5.3.1...v5.4.0) (2022-08-26)


### Features

* add big object index support ([#330](https://github.com/scolladon/sfdx-git-delta/issues/330)) ([2d2ce50](https://github.com/scolladon/sfdx-git-delta/commit/2d2ce50085188264c5b68b6972b2fc66f320d7ee))
* add customindex metadata ([#324](https://github.com/scolladon/sfdx-git-delta/issues/324)) ([2c7df3b](https://github.com/scolladon/sfdx-git-delta/commit/2c7df3bea5730625d713dae522b2ad51dc4a91b1))
* implement flow translation addition ([#322](https://github.com/scolladon/sfdx-git-delta/issues/322)) ([9a8c969](https://github.com/scolladon/sfdx-git-delta/commit/9a8c9697963a900243a701affc98b227ddacb9cf))
* support omnistudio metadata ([#333](https://github.com/scolladon/sfdx-git-delta/issues/333)) ([3fd1ee1](https://github.com/scolladon/sfdx-git-delta/commit/3fd1ee1a3a612a01687e30b0f0252d8c6af0a2ff))

### [5.3.1](https://github.com/scolladon/sfdx-git-delta/compare/v5.3.0...v5.3.1) (2022-08-04)

## [5.3.0](https://github.com/scolladon/sfdx-git-delta/compare/v5.2.0...v5.3.0) (2022-06-13)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ OPTIONS
this command invocation
```

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

0 comments on commit 6e38556

Please sign in to comment.