Skip to content

Commit

Permalink
chore(release): 5.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 13, 2022
1 parent 71c0a02 commit 2bc5798
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.

## 5.9.0 (2022-12-13)


### Features

* add digital experience metadata ([#397](https://github.com/scolladon/sfdx-git-delta/issues/397)) ([71c0a02](https://github.com/scolladon/sfdx-git-delta/commit/71c0a0267e555f2139c06b1f4a74ac555fdd5a6d))

## 5.8.0 (2022-11-12)


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

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

0 comments on commit 2bc5798

Please sign in to comment.