From 8a6818b727d0d53bf884a68d2f41761131e88249 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 19 Jan 2025 11:44:24 +0000 Subject: [PATCH] chore(release): 2.4.13 [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 c36ab1e5..89454b1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.4.13](https://github.com/salesforcecli/plugin-settings/compare/2.4.12...2.4.13) (2025-01-19) + +### Bug Fixes + +- **deps:** bump @oclif/core from 4.2.2 to 4.2.3 ([5eecaee](https://github.com/salesforcecli/plugin-settings/commit/5eecaee82e08b6beefdf3ef60ad3bdaced23565b)) + ## [2.4.12](https://github.com/salesforcecli/plugin-settings/compare/2.4.11...2.4.12) (2025-01-19) ### Bug Fixes diff --git a/README.md b/README.md index 038063d7..51cc8db1 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.4.12/src/commands/alias/list.ts)_ +_See code: [src/commands/alias/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.4.13/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.4.12/src/commands/alias/set.ts)_ +_See code: [src/commands/alias/set.ts](https://github.com/salesforcecli/plugin-settings/blob/2.4.13/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.4.12/src/commands/alias/unset.ts)_ +_See code: [src/commands/alias/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/2.4.13/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.4.12/src/commands/config/get.ts)_ +_See code: [src/commands/config/get.ts](https://github.com/salesforcecli/plugin-settings/blob/2.4.13/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.4.12/src/commands/config/list.ts)_ +_See code: [src/commands/config/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.4.13/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.4.12/src/commands/config/set.ts)_ +_See code: [src/commands/config/set.ts](https://github.com/salesforcecli/plugin-settings/blob/2.4.13/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.4.12/src/commands/config/unset.ts)_ +_See code: [src/commands/config/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/2.4.13/src/commands/config/unset.ts)_ diff --git a/package.json b/package.json index b661dc34..0813fbef 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-settings", "description": "configure the Salesforce CLI", - "version": "2.4.12", + "version": "2.4.13", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {