Skip to content

Commit

Permalink
chore(main): release 5.20.0 (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
scolladon committed May 30, 2023
1 parent c72c708 commit b2e36e6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,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.20.0](https://github.com/scolladon/sfdx-git-delta/compare/v5.19.0...v5.20.0) (2023-05-30)


### Features

* add `ActionLauncherItemDef` for `v57.0` API ([#618](https://github.com/scolladon/sfdx-git-delta/issues/618)) ([c72c708](https://github.com/scolladon/sfdx-git-delta/commit/c72c708e923f419a2f1027eddc250a067b85b6d6))


### Bug Fixes

* how `--json` parameter output is handled ([#608](https://github.com/scolladon/sfdx-git-delta/issues/608)) ([3484e31](https://github.com/scolladon/sfdx-git-delta/commit/3484e31e64d895cc3738cf3aa046afb221208afb))

## [5.19.0](https://github.com/scolladon/sfdx-git-delta/compare/v5.18.1...v5.19.0) (2023-05-15)


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

0 comments on commit b2e36e6

Please sign in to comment.