diff --git a/CHANGELOG.md b/CHANGELOG.md index 7324b2f2..8a130a5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.0.9](https://github.com/salesforcecli/plugin-settings/compare/2.0.8...2.0.9) (2023-11-26) + +### Bug Fixes + +- **deps:** bump @salesforce/sf-plugins-core from 5.0.1 to 5.0.3 ([ec19a33](https://github.com/salesforcecli/plugin-settings/commit/ec19a33e1f2d24d1385a123dfda1e9b877df3dae)) + ## [2.0.8](https://github.com/salesforcecli/plugin-settings/compare/2.0.7...2.0.8) (2023-11-26) ### Bug Fixes diff --git a/README.md b/README.md index f71d00ca..b66d0b6b 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.8/src/commands/alias/list.ts)_ +_See code: [src/commands/alias/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.9/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.8/src/commands/alias/set.ts)_ +_See code: [src/commands/alias/set.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.9/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.8/src/commands/alias/unset.ts)_ +_See code: [src/commands/alias/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.9/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.8/src/commands/config/get.ts)_ +_See code: [src/commands/config/get.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.9/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.8/src/commands/config/list.ts)_ +_See code: [src/commands/config/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.9/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.8/src/commands/config/set.ts)_ +_See code: [src/commands/config/set.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.9/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.8/src/commands/config/unset.ts)_ +_See code: [src/commands/config/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.9/src/commands/config/unset.ts)_ diff --git a/package.json b/package.json index 0dc2b454..5a3fc6f7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-settings", "description": "configure the Salesforce CLI", - "version": "2.0.8", + "version": "2.0.9", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {