From c9bb71acdf77be8aad86dd2d6835473e63415930 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 3 Dec 2023 08:44:22 +0000 Subject: [PATCH] chore(release): 1.0.8 [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 f3c827e..cb3b6fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.0.8](https://github.com/salesforcecli/plugin-template-sf/compare/1.0.7...1.0.8) (2023-12-03) + +### Bug Fixes + +- **deps:** bump @salesforce/core from 6.2.0 to 6.2.2 ([347e1a7](https://github.com/salesforcecli/plugin-template-sf/commit/347e1a7db16b80ac866a9ba156a9f3bc65fa388f)) + ## [1.0.7](https://github.com/salesforcecli/plugin-template-sf/compare/1.0.6...1.0.7) (2023-11-26) ### Bug Fixes diff --git a/README.md b/README.md index ba227c2..1cc96bf 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/1.0.7/src/commands/plugins/discover.ts)_ +_See code: [src/commands/plugins/discover.ts](https://github.com/salesforcecli/plugin-template-sf/blob/1.0.8/src/commands/plugins/discover.ts)_ diff --git a/package.json b/package.json index 2736981..1d15610 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-marketplace", "description": "Find sf plugins", - "version": "1.0.7", + "version": "1.0.8", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {