diff --git a/CHANGELOG.md b/CHANGELOG.md index 634af66b..744afdbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.1.1](https://github.com/salesforcecli/plugin-settings/compare/2.1.0...2.1.1) (2024-03-31) + +### Bug Fixes + +- **deps:** bump @salesforce/sf-plugins-core from 8.0.1 to 8.0.2 ([391228b](https://github.com/salesforcecli/plugin-settings/commit/391228bd590646a5cd46ef8575d7431bad3a99a0)) + # [2.1.0](https://github.com/salesforcecli/plugin-settings/compare/2.0.33...2.1.0) (2024-03-25) ### Features diff --git a/README.md b/README.md index 13ab8d97..73f556b7 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.0/src/commands/alias/list.ts)_ +_See code: [src/commands/alias/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.1.1/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.0/src/commands/alias/set.ts)_ +_See code: [src/commands/alias/set.ts](https://github.com/salesforcecli/plugin-settings/blob/2.1.1/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.0/src/commands/alias/unset.ts)_ +_See code: [src/commands/alias/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/2.1.1/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.0/src/commands/config/get.ts)_ +_See code: [src/commands/config/get.ts](https://github.com/salesforcecli/plugin-settings/blob/2.1.1/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.0/src/commands/config/list.ts)_ +_See code: [src/commands/config/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.1.1/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.0/src/commands/config/set.ts)_ +_See code: [src/commands/config/set.ts](https://github.com/salesforcecli/plugin-settings/blob/2.1.1/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.0/src/commands/config/unset.ts)_ +_See code: [src/commands/config/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/2.1.1/src/commands/config/unset.ts)_ diff --git a/package.json b/package.json index 19b2c89f..c3f61966 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-settings", "description": "configure the Salesforce CLI", - "version": "2.1.0", + "version": "2.1.1", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {