diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e73a1150..8dd077fba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [3.5.16](https://github.com/jayree/sfdx-plugin-manifest/compare/3.5.15...3.5.16) (2024-09-14) + + +### Bug Fixes + +* **deps:** bump @oclif/core from 4.0.21 to 4.0.22 ([#1493](https://github.com/jayree/sfdx-plugin-manifest/issues/1493)) ([bc67f1e](https://github.com/jayree/sfdx-plugin-manifest/commit/bc67f1eb9e4cfa4aaf640ab4242d8a2380e31722)) + + + ## [3.5.15](https://github.com/jayree/sfdx-plugin-manifest/compare/3.5.14...3.5.15) (2024-09-14) diff --git a/README.md b/README.md index ec377db8a..49322dbe2 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.15/src/commands/jayree/manifest/cleanup.ts)_ +_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)_ ### `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.15/src/commands/jayree/manifest/generate.ts)_ +_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)_ ### `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.15/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.16/src/commands/jayree/manifest/git/diff.ts)_ diff --git a/package.json b/package.json index 6c7fbef81..b77ed3a14 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.15", + "version": "3.5.16", "author": "jayree", "type": "module", "bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",