diff --git a/CHANGELOG.md b/CHANGELOG.md index 7781007..3331b45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.2.10](https://github.com/salesforcecli/plugin-marketplace/compare/1.2.9...1.2.10) (2024-06-04) + +### Bug Fixes + +- `add kc-sf-plugin` ([#270](https://github.com/salesforcecli/plugin-marketplace/issues/270)) ([23658c0](https://github.com/salesforcecli/plugin-marketplace/commit/23658c0e959c1e5c97607d87e2e14f489a650890)) + ## [1.2.9](https://github.com/salesforcecli/plugin-marketplace/compare/1.2.8...1.2.9) (2024-06-02) ### Bug Fixes diff --git a/README.md b/README.md index a04f722..643be4a 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,6 @@ EXAMPLES $ sf plugins discover ``` -_See code: [src/commands/plugins/discover.ts](https://github.com/salesforcecli/plugin-marketplace/blob/1.2.9/src/commands/plugins/discover.ts)_ +_See code: [src/commands/plugins/discover.ts](https://github.com/salesforcecli/plugin-marketplace/blob/1.2.10/src/commands/plugins/discover.ts)_ diff --git a/package.json b/package.json index 9a0a227..5dd9f5a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-marketplace", "description": "Find sf plugins", - "version": "1.2.9", + "version": "1.2.10", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {