diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cd456c..1af8339 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [1.3.0](https://github.com/salesforcecli/plugin-marketplace/compare/1.2.26...1.3.0) (2024-10-21) + +### Bug Fixes + +- update new table and dependencies ([c854cb0](https://github.com/salesforcecli/plugin-marketplace/commit/c854cb0aae3f81a3fb542dcfc8792216bc0806e0)) + +### Features + +- remove deprecated sfdx-essentials ([d658b1a](https://github.com/salesforcecli/plugin-marketplace/commit/d658b1a767ffdf2aa0f1441bf28fbe278685c6c6)) + ## [1.2.26](https://github.com/salesforcecli/plugin-marketplace/compare/1.2.25...1.2.26) (2024-09-23) ### Bug Fixes diff --git a/README.md b/README.md index 6820a2f..497dd70 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.26/src/commands/plugins/discover.ts)_ +_See code: [src/commands/plugins/discover.ts](https://github.com/salesforcecli/plugin-marketplace/blob/1.3.0/src/commands/plugins/discover.ts)_ diff --git a/package.json b/package.json index 14a3bef..632d614 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-marketplace", "description": "Find sf plugins", - "version": "1.2.26", + "version": "1.3.0", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {