diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dd077fba..115207be9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [3.5.17](https://github.com/jayree/sfdx-plugin-manifest/compare/3.5.16...3.5.17) (2024-09-14) + + +### Bug Fixes + +* **deps:** bump @salesforce/sf-plugins-core from 11.3.7 to 11.3.10 ([#1491](https://github.com/jayree/sfdx-plugin-manifest/issues/1491)) ([efede01](https://github.com/jayree/sfdx-plugin-manifest/commit/efede01b907d18174cd71b95b5907686f0e46132)) + + + ## [3.5.16](https://github.com/jayree/sfdx-plugin-manifest/compare/3.5.15...3.5.16) (2024-09-14) diff --git a/README.md b/README.md index 49322dbe2..c254dda8b 100644 --- a/README.md +++ b/README.md @@ -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.16/src/commands/jayree/manifest/cleanup.ts)_ +_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.5.17/src/commands/jayree/manifest/cleanup.ts)_ ### `sf jayree manifest generate` @@ -98,7 +98,7 @@ EXAMPLES ... ``` -_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.5.16/src/commands/jayree/manifest/generate.ts)_ +_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.5.17/src/commands/jayree/manifest/generate.ts)_ ### `sf jayree manifest git diff REF1 [REF2]` @@ -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.16/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.17/src/commands/jayree/manifest/git/diff.ts)_ diff --git a/package.json b/package.json index a9b2a2482..35bc9552a 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.5.16", + "version": "3.5.17", "author": "jayree", "type": "module", "bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",