Skip to content

Commit

Permalink
chore(release): 3.5.14 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
jayree committed Sep 14, 2024
1 parent 2b29d1f commit 1974828
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [3.5.14](https://github.com/jayree/sfdx-plugin-manifest/compare/3.5.13...3.5.14) (2024-09-14)


### Bug Fixes

* **deps:** bump @salesforce/core from 8.5.4 to 8.5.7 ([#1485](https://github.com/jayree/sfdx-plugin-manifest/issues/1485)) ([2b29d1f](https://github.com/jayree/sfdx-plugin-manifest/commit/2b29d1fc2dc1c60304dbf8125b66d6957ac0b348))



## [3.5.13](https://github.com/jayree/sfdx-plugin-manifest/compare/3.5.12...3.5.13) (2024-09-07)


Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ EXAMPLES
$ sf jayree manifest cleanup --manifest=package.xml --file=packageignore.xml
```

_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.5.13/src/commands/jayree/manifest/cleanup.ts)_
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.5.14/src/commands/jayree/manifest/cleanup.ts)_

### `sf jayree manifest generate`

Expand Down Expand Up @@ -98,7 +98,7 @@ EXAMPLES
<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
```

_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.5.13/src/commands/jayree/manifest/generate.ts)_
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.5.14/src/commands/jayree/manifest/generate.ts)_

### `sf jayree manifest git diff REF1 [REF2]`

Expand Down Expand Up @@ -181,5 +181,5 @@ FLAG DESCRIPTIONS
The location can be an absolute path or relative to the current working directory.
```

_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.5.13/src/commands/jayree/manifest/git/diff.ts)_
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.5.14/src/commands/jayree/manifest/git/diff.ts)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@jayree/sfdx-plugin-manifest",
"description": "A Salesforce CLI plugin containing commands for creating manifest files from Salesforce orgs or git commits of sfdx projects.",
"version": "3.5.13",
"version": "3.5.14",
"author": "jayree",
"type": "module",
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
Expand Down

0 comments on commit 1974828

Please sign in to comment.