From da1c247a5abff2f667420de3600d5b54ec735788 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 29 Oct 2023 08:44:34 +0000 Subject: [PATCH] chore(release): 0.3.2 [skip ci] --- CHANGELOG.md | 6 ++++++ README.md | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0073baa..f1c2c32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.3.2](https://github.com/salesforcecli/plugin-template-sf/compare/0.3.1...0.3.2) (2023-10-29) + +### Bug Fixes + +- **deps:** bump @salesforce/kit from 3.0.13 to 3.0.15 ([fb31743](https://github.com/salesforcecli/plugin-template-sf/commit/fb317439a1082d00e5d80dd3cdfa5891e4ba5e38)) + ## [0.3.1](https://github.com/salesforcecli/plugin-template-sf/compare/0.3.0...0.3.1) (2023-10-18) ### Bug Fixes diff --git a/README.md b/README.md index 217c613..168f3c3 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.1/src/commands/plugins/discover.ts)_ +_See code: [src/commands/plugins/discover.ts](https://github.com/salesforcecli/plugin-template-sf/blob/0.3.2/src/commands/plugins/discover.ts)_ diff --git a/package.json b/package.json index 8c27b3d..4f6264b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-marketplace", "description": "Find sf plugins", - "version": "0.3.1", + "version": "0.3.2", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {