Skip to content

Commit

Permalink
chore(release): 3.6.32 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
jayree committed Jan 8, 2025
1 parent 9af0c97 commit c18b46d
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.6.32](https://github.com/jayree/sfdx-plugin-manifest/compare/3.6.31...3.6.32) (2025-01-08)


### Bug Fixes

* **deps:** bump @salesforce/source-tracking from 7.3.5 to 7.3.6 ([#1613](https://github.com/jayree/sfdx-plugin-manifest/issues/1613)) ([9af0c97](https://github.com/jayree/sfdx-plugin-manifest/commit/9af0c97b049540e94a35db10fc4d1c3f97650839))



## [3.6.31](https://github.com/jayree/sfdx-plugin-manifest/compare/3.6.30...3.6.31) (2025-01-08)


Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,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.6.31/src/commands/jayree/manifest/cleanup.ts)_
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.6.32/src/commands/jayree/manifest/cleanup.ts)_

### `sf jayree manifest generate`

Expand Down Expand Up @@ -150,7 +150,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.6.31/src/commands/jayree/manifest/generate.ts)_
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.6.32/src/commands/jayree/manifest/generate.ts)_

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

Expand Down Expand Up @@ -233,7 +233,7 @@ 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.6.31/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.6.32/src/commands/jayree/manifest/git/diff.ts)_
<!-- commandsstop -->

## Performance Testing
Expand Down
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.6.31",
"version": "3.6.32",
"author": "jayree",
"type": "module",
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
Expand Down

0 comments on commit c18b46d

Please sign in to comment.