From 8375a0ac27e8e2df88d0fe4df0901946015f221b Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 26 Nov 2023 02:44:49 +0000 Subject: [PATCH] chore(release): 2.0.8 [skip ci] --- CHANGELOG.md | 6 ++++++ README.md | 14 +++++++------- package.json | 2 +- 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 312d9d0a..7324b2f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.0.8](https://github.com/salesforcecli/plugin-settings/compare/2.0.7...2.0.8) (2023-11-26) + +### Bug Fixes + +- **deps:** bump @salesforce/core from 6.1.3 to 6.2.0 ([bd290ef](https://github.com/salesforcecli/plugin-settings/commit/bd290efb8b43fe5ea8e26bb238d22f223ad8c979)) + ## [2.0.7](https://github.com/salesforcecli/plugin-settings/compare/2.0.6...2.0.7) (2023-11-25) ### Bug Fixes diff --git a/README.md b/README.md index 9a603f7d..f71d00ca 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ EXAMPLES $ sf alias list ``` -_See code: [src/commands/alias/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.7/src/commands/alias/list.ts)_ +_See code: [src/commands/alias/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.8/src/commands/alias/list.ts)_ ## `sf alias set` @@ -155,7 +155,7 @@ EXAMPLES $ sf alias set my-scratch-org test-ss0xut7txzxf@example.com ``` -_See code: [src/commands/alias/set.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.7/src/commands/alias/set.ts)_ +_See code: [src/commands/alias/set.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.8/src/commands/alias/set.ts)_ ## `sf alias unset` @@ -194,7 +194,7 @@ EXAMPLES $ sf alias unset --all [--no-prompt] ``` -_See code: [src/commands/alias/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.7/src/commands/alias/unset.ts)_ +_See code: [src/commands/alias/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.8/src/commands/alias/unset.ts)_ ## `sf config get` @@ -231,7 +231,7 @@ EXAMPLES $ sf config get target-org api-version --verbose ``` -_See code: [src/commands/config/get.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.7/src/commands/config/get.ts)_ +_See code: [src/commands/config/get.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.8/src/commands/config/get.ts)_ ## `sf config list` @@ -270,7 +270,7 @@ EXAMPLES $ sf config list ``` -_See code: [src/commands/config/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.7/src/commands/config/list.ts)_ +_See code: [src/commands/config/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.8/src/commands/config/list.ts)_ ## `sf config set` @@ -327,7 +327,7 @@ EXAMPLES $ sf config set --global target-org=my-scratch-org target-dev-hub=my-dev-hub ``` -_See code: [src/commands/config/set.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.7/src/commands/config/set.ts)_ +_See code: [src/commands/config/set.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.8/src/commands/config/set.ts)_ ## `sf config unset` @@ -365,6 +365,6 @@ EXAMPLES $ sf config unset target-org api-version --global ``` -_See code: [src/commands/config/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.7/src/commands/config/unset.ts)_ +_See code: [src/commands/config/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.8/src/commands/config/unset.ts)_ diff --git a/package.json b/package.json index e07c05b7..0125f745 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-settings", "description": "configure the Salesforce CLI", - "version": "2.0.7", + "version": "2.0.8", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {