diff --git a/CHANGELOG.md b/CHANGELOG.md index f1c2c32..4dcd58a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.0.1](https://github.com/salesforcecli/plugin-template-sf/compare/0.3.2...1.0.1) (2023-11-03) + +### Bug Fixes + +- 1.0.0 release ([44ee7a8](https://github.com/salesforcecli/plugin-template-sf/commit/44ee7a88fa3f018eee1ab285ecd2776150b5f2ca)) + ## [0.3.2](https://github.com/salesforcecli/plugin-template-sf/compare/0.3.1...0.3.2) (2023-10-29) ### Bug Fixes diff --git a/README.md b/README.md index 168f3c3..9914b6b 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/0.3.2/src/commands/plugins/discover.ts)_ +_See code: [src/commands/plugins/discover.ts](https://github.com/salesforcecli/plugin-template-sf/blob/0.3.3/src/commands/plugins/discover.ts)_ diff --git a/package.json b/package.json index 6268edc..a9dc182 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-marketplace", "description": "Find sf plugins", - "version": "1.0.0", + "version": "1.0.1", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {