diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cf66d8..2cd456c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.2.26](https://github.com/salesforcecli/plugin-marketplace/compare/1.2.25...1.2.26) (2024-09-23) + +### Bug Fixes + +- remove `sf-plugin-api` ([#382](https://github.com/salesforcecli/plugin-marketplace/issues/382)) ([84fd5f0](https://github.com/salesforcecli/plugin-marketplace/commit/84fd5f053d58ef5cde87e231a195fe75c23c43ca)) + ## [1.2.25](https://github.com/salesforcecli/plugin-marketplace/compare/1.2.24...1.2.25) (2024-09-01) ### Bug Fixes diff --git a/README.md b/README.md index a0d0192..6820a2f 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.25/src/commands/plugins/discover.ts)_ +_See code: [src/commands/plugins/discover.ts](https://github.com/salesforcecli/plugin-marketplace/blob/1.2.26/src/commands/plugins/discover.ts)_ diff --git a/package.json b/package.json index de9bc48..2c27f37 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-marketplace", "description": "Find sf plugins", - "version": "1.2.25", + "version": "1.2.26", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {