diff --git a/CHANGELOG.md b/CHANGELOG.md index 6152255..a809d3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.0.10](https://github.com/salesforcecli/plugin-template-sf/compare/1.0.9...1.0.10) (2023-12-05) + +### Bug Fixes + +- correct homepage ([6ac110c](https://github.com/salesforcecli/plugin-template-sf/commit/6ac110c80215d5533bbefdc55060366d01ccc5a6)) + ## [1.0.9](https://github.com/salesforcecli/plugin-template-sf/compare/1.0.8...1.0.9) (2023-12-03) ### Bug Fixes diff --git a/README.md b/README.md index ca20333..0a5ba89 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,6 @@ EXAMPLES $ sf plugins discover ``` -_See code: [src/commands/plugins/discover.ts](https://github.com/salesforcecli/plugin-template-sf/blob/1.0.9/src/commands/plugins/discover.ts)_ +_See code: [src/commands/plugins/discover.ts](https://github.com/salesforcecli/plugin-template-sf/blob/1.0.10/src/commands/plugins/discover.ts)_ diff --git a/package.json b/package.json index 433583b..beded88 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-marketplace", "description": "Find sf plugins", - "version": "1.0.9", + "version": "1.0.10", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {