diff --git a/CHANGELOG.md b/CHANGELOG.md index d0003bc45..9e73a1150 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [3.5.15](https://github.com/jayree/sfdx-plugin-manifest/compare/3.5.14...3.5.15) (2024-09-14) + + +### Bug Fixes + +* **deps:** bump @salesforce/source-deploy-retrieve from 12.6.2 to 12.6.3 ([#1490](https://github.com/jayree/sfdx-plugin-manifest/issues/1490)) ([073c5ac](https://github.com/jayree/sfdx-plugin-manifest/commit/073c5ac71c67b406221c10aa39eaef4026a64b20)) + + + ## [3.5.14](https://github.com/jayree/sfdx-plugin-manifest/compare/3.5.13...3.5.14) (2024-09-14) diff --git a/README.md b/README.md index e3b9d3cff..ec377db8a 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.14/src/commands/jayree/manifest/cleanup.ts)_ +_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.5.15/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.14/src/commands/jayree/manifest/generate.ts)_ +_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.5.15/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.14/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.15/src/commands/jayree/manifest/git/diff.ts)_ diff --git a/package.json b/package.json index ef7b02cd4..6716cdcd2 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.14", + "version": "3.5.15", "author": "jayree", "type": "module", "bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",