diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d11cede..8abb16d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.0.5](https://github.com/salesforcecli/plugin-settings/compare/2.0.4...2.0.5) (2023-11-12) + +### Bug Fixes + +- **deps:** bump @salesforce/sf-plugins-core from 4.0.0 to 4.1.1 ([a2598fd](https://github.com/salesforcecli/plugin-settings/commit/a2598fd36c3f8281afda3ccbf17dd7f4ed400e3c)) + ## [2.0.4](https://github.com/salesforcecli/plugin-settings/compare/2.0.3...2.0.4) (2023-11-11) ### Bug Fixes diff --git a/README.md b/README.md index 8d93eaed..f146940d 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.4/src/commands/alias/list.ts)_ +_See code: [src/commands/alias/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.5/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.4/src/commands/alias/set.ts)_ +_See code: [src/commands/alias/set.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.5/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.4/src/commands/alias/unset.ts)_ +_See code: [src/commands/alias/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.5/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.4/src/commands/config/get.ts)_ +_See code: [src/commands/config/get.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.5/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.4/src/commands/config/list.ts)_ +_See code: [src/commands/config/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.5/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.4/src/commands/config/set.ts)_ +_See code: [src/commands/config/set.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.5/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.4/src/commands/config/unset.ts)_ +_See code: [src/commands/config/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.5/src/commands/config/unset.ts)_ diff --git a/package.json b/package.json index 88666bda..de971d15 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-settings", "description": "configure the Salesforce CLI", - "version": "2.0.4", + "version": "2.0.5", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {