From d802c4972f28193006b6748c8927c96ec55fe242 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 30 Sep 2023 11:44:59 +0000 Subject: [PATCH] chore(release): 1.4.32 [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 776f6a57..eede5906 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.4.32](https://github.com/salesforcecli/plugin-settings/compare/1.4.31...1.4.32) (2023-09-30) + +### Bug Fixes + +- **deps:** bump @salesforce/sf-plugins-core from 3.1.22 to 3.1.25 ([f4b68fb](https://github.com/salesforcecli/plugin-settings/commit/f4b68fbf1c38c67548de6a36096013c5a64730d2)) + ## [1.4.31](https://github.com/salesforcecli/plugin-settings/compare/1.4.30...1.4.31) (2023-09-28) ### Bug Fixes diff --git a/README.md b/README.md index 8217376a..7571d15c 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/1.4.31/src/commands/alias/list.ts)_ +_See code: [src/commands/alias/list.ts](https://github.com/salesforcecli/plugin-settings/blob/1.4.32/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/1.4.31/src/commands/alias/set.ts)_ +_See code: [src/commands/alias/set.ts](https://github.com/salesforcecli/plugin-settings/blob/1.4.32/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/1.4.31/src/commands/alias/unset.ts)_ +_See code: [src/commands/alias/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/1.4.32/src/commands/alias/unset.ts)_ ## `sf config get` @@ -230,7 +230,7 @@ EXAMPLES $ sf config get target-org api-version --verbose ``` -_See code: [src/commands/config/get.ts](https://github.com/salesforcecli/plugin-settings/blob/1.4.31/src/commands/config/get.ts)_ +_See code: [src/commands/config/get.ts](https://github.com/salesforcecli/plugin-settings/blob/1.4.32/src/commands/config/get.ts)_ ## `sf config list` @@ -258,7 +258,7 @@ EXAMPLES $ sf config list ``` -_See code: [src/commands/config/list.ts](https://github.com/salesforcecli/plugin-settings/blob/1.4.31/src/commands/config/list.ts)_ +_See code: [src/commands/config/list.ts](https://github.com/salesforcecli/plugin-settings/blob/1.4.32/src/commands/config/list.ts)_ ## `sf config set` @@ -314,7 +314,7 @@ EXAMPLES $ sf config set target-org me@my.com ``` -_See code: [src/commands/config/set.ts](https://github.com/salesforcecli/plugin-settings/blob/1.4.31/src/commands/config/set.ts)_ +_See code: [src/commands/config/set.ts](https://github.com/salesforcecli/plugin-settings/blob/1.4.32/src/commands/config/set.ts)_ ## `sf config unset` @@ -350,6 +350,6 @@ EXAMPLES $ sf config unset target-org api-version --global ``` -_See code: [src/commands/config/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/1.4.31/src/commands/config/unset.ts)_ +_See code: [src/commands/config/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/1.4.32/src/commands/config/unset.ts)_ diff --git a/package.json b/package.json index 0bcd3c98..73eef349 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-settings", "description": "configure the Salesforce CLI", - "version": "1.4.31", + "version": "1.4.32", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {