diff --git a/CHANGELOG.md b/CHANGELOG.md index c7f26a995..d0003bc45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index ccf39eddc..e3b9d3cff 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.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` @@ -98,7 +98,7 @@ EXAMPLES ... ``` -_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]` @@ -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)_ diff --git a/package.json b/package.json index 6d885c584..840ea7abf 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.13", + "version": "3.5.14", "author": "jayree", "type": "module", "bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",