diff --git a/CHANGELOG.md b/CHANGELOG.md index d62f9aa..30c1672 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [1.1.0](https://github.com/salesforcecli/plugin-marketplace/compare/1.0.30...1.1.0) (2024-03-25) + +### Features + +- bump sf-plugins-core ([166edb0](https://github.com/salesforcecli/plugin-marketplace/commit/166edb0f98175bd24b1c428090c29e09e6b7a1f7)) + ## [1.0.30](https://github.com/salesforcecli/plugin-marketplace/compare/1.0.29...1.0.30) (2024-03-25) ### Bug Fixes diff --git a/README.md b/README.md index f8d647f..d9e5409 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.0.30/src/commands/plugins/discover.ts)_ +_See code: [src/commands/plugins/discover.ts](https://github.com/salesforcecli/plugin-marketplace/blob/1.1.0/src/commands/plugins/discover.ts)_ diff --git a/package.json b/package.json index 20fbd3d..17a3e9e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-marketplace", "description": "Find sf plugins", - "version": "1.0.30", + "version": "1.1.0", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {