From 2c1f3f1aaacc4c72a24b7f1af8a92eb08c688e30 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Wed, 18 Oct 2023 11:44:56 +0000 Subject: [PATCH] chore(release): 0.3.1 [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 24e4b9b..0073baa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.3.1](https://github.com/salesforcecli/plugin-template-sf/compare/0.3.0...0.3.1) (2023-10-18) + +### Bug Fixes + +- **deps:** bump @babel/traverse from 7.19.1 to 7.23.2 ([2bcaa88](https://github.com/salesforcecli/plugin-template-sf/commit/2bcaa884b1d95ec3117ff8fee879aca818af26e0)) + # [0.3.0](https://github.com/salesforcecli/plugin-template-sf/compare/0.2.3...0.3.0) (2023-10-03) ### Features diff --git a/README.md b/README.md index 6e435e2..217c613 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.0/src/commands/plugins/discover.ts)_ +_See code: [src/commands/plugins/discover.ts](https://github.com/salesforcecli/plugin-template-sf/blob/0.3.1/src/commands/plugins/discover.ts)_ diff --git a/package.json b/package.json index cf401ef..57f385a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-marketplace", "description": "Find sf plugins", - "version": "0.3.0", + "version": "0.3.1", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {