From c18b46ddbdc84980f5808c42fe158155a0582f4a Mon Sep 17 00:00:00 2001 From: jayree <14836154+jayree@users.noreply.github.com> Date: Wed, 8 Jan 2025 17:03:30 +0000 Subject: [PATCH] chore(release): 3.6.32 [skip ci] --- CHANGELOG.md | 9 +++++++++ README.md | 6 +++--- package.json | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 410ecf8c0..f7a331b43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index b2021a404..c079db974 100644 --- a/README.md +++ b/README.md @@ -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` @@ -150,7 +150,7 @@ EXAMPLES ... ``` -_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]` @@ -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)_ ## Performance Testing diff --git a/package.json b/package.json index ce4c9ac8e..4da7dd7d9 100644 --- a/package.json +++ b/package.json @@ -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",