From 8c2afb375b54b59d8935b85c0e0ed2a59557c1c1 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Mon, 22 Jan 2024 22:29:45 +0000 Subject: [PATCH] chore(release): 2.0.19 [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 a70ff617..cb1b6f24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.0.19](https://github.com/salesforcecli/plugin-settings/compare/2.0.18...2.0.19) (2024-01-22) + +### Bug Fixes + +- bump version of core to 6.5.0 ([986a6ad](https://github.com/salesforcecli/plugin-settings/commit/986a6ad434eba92b48bad69d9d466c1e4b139817)) + ## [2.0.18](https://github.com/salesforcecli/plugin-settings/compare/2.0.17...2.0.18) (2024-01-21) ### Bug Fixes diff --git a/README.md b/README.md index b252aee7..67231e4b 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.18/src/commands/alias/list.ts)_ +_See code: [src/commands/alias/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.19/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.18/src/commands/alias/set.ts)_ +_See code: [src/commands/alias/set.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.19/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.18/src/commands/alias/unset.ts)_ +_See code: [src/commands/alias/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.19/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.18/src/commands/config/get.ts)_ +_See code: [src/commands/config/get.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.19/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.18/src/commands/config/list.ts)_ +_See code: [src/commands/config/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.19/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.18/src/commands/config/set.ts)_ +_See code: [src/commands/config/set.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.19/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.18/src/commands/config/unset.ts)_ +_See code: [src/commands/config/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.19/src/commands/config/unset.ts)_ diff --git a/package.json b/package.json index eb4289b1..93419acf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-settings", "description": "configure the Salesforce CLI", - "version": "2.0.18", + "version": "2.0.19", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {