From b9d3123017ba8e84eedc0b909cf6c1cc2cf35ff6 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Wed, 10 Apr 2024 18:28:50 +0000 Subject: [PATCH] chore(release): 2.2.0 [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 6e22e788..b9866c14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [2.2.0](https://github.com/salesforcecli/plugin-settings/compare/2.1.2...2.2.0) (2024-04-10) + +### Features + +- core7 ([938c99f](https://github.com/salesforcecli/plugin-settings/commit/938c99ff1ed1620e1a07bd8d4387c634b57750c1)) + ## [2.1.2](https://github.com/salesforcecli/plugin-settings/compare/2.1.1...2.1.2) (2024-04-02) ### Bug Fixes diff --git a/README.md b/README.md index 687d14df..cc7a8042 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ EXAMPLES $ sf alias list ``` -_See code: [src/commands/alias/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.1.2/src/commands/alias/list.ts)_ +_See code: [src/commands/alias/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.2.0/src/commands/alias/list.ts)_ ## `sf alias set` @@ -157,7 +157,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.1.2/src/commands/alias/set.ts)_ +_See code: [src/commands/alias/set.ts](https://github.com/salesforcecli/plugin-settings/blob/2.2.0/src/commands/alias/set.ts)_ ## `sf alias unset` @@ -197,7 +197,7 @@ EXAMPLES $ sf alias unset --all [--no-prompt] ``` -_See code: [src/commands/alias/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/2.1.2/src/commands/alias/unset.ts)_ +_See code: [src/commands/alias/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/2.2.0/src/commands/alias/unset.ts)_ ## `sf config get` @@ -235,7 +235,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.1.2/src/commands/config/get.ts)_ +_See code: [src/commands/config/get.ts](https://github.com/salesforcecli/plugin-settings/blob/2.2.0/src/commands/config/get.ts)_ ## `sf config list` @@ -275,7 +275,7 @@ EXAMPLES $ sf config list ``` -_See code: [src/commands/config/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.1.2/src/commands/config/list.ts)_ +_See code: [src/commands/config/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.2.0/src/commands/config/list.ts)_ ## `sf config set` @@ -333,7 +333,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.1.2/src/commands/config/set.ts)_ +_See code: [src/commands/config/set.ts](https://github.com/salesforcecli/plugin-settings/blob/2.2.0/src/commands/config/set.ts)_ ## `sf config unset` @@ -372,6 +372,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.1.2/src/commands/config/unset.ts)_ +_See code: [src/commands/config/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/2.2.0/src/commands/config/unset.ts)_ diff --git a/package.json b/package.json index dd72c881..6177cfd6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-settings", "description": "configure the Salesforce CLI", - "version": "2.1.2", + "version": "2.2.0", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {