Skip to content

Commit 325b86a

Browse files
committed
chore(release): 2.0.4 [skip ci]
1 parent a4f5c41 commit 325b86a

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [2.0.4](https://github.com/salesforcecli/plugin-settings/compare/2.0.3...2.0.4) (2023-11-11)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @oclif/core from 3.10.1 to 3.10.8 ([caa657a](https://github.com/salesforcecli/plugin-settings/commit/caa657a9639f33a1db2d0f00673259d6d5c89506))
6+
17
## [2.0.3](https://github.com/salesforcecli/plugin-settings/compare/2.0.2...2.0.3) (2023-11-09)
28

39
### Bug Fixes

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ EXAMPLES
107107
$ sf alias list
108108
```
109109

110-
_See code: [src/commands/alias/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.3/src/commands/alias/list.ts)_
110+
_See code: [src/commands/alias/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.4/src/commands/alias/list.ts)_
111111

112112
## `sf alias set`
113113

@@ -155,7 +155,7 @@ EXAMPLES
155155
$ sf alias set my-scratch-org [email protected]
156156
```
157157

158-
_See code: [src/commands/alias/set.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.3/src/commands/alias/set.ts)_
158+
_See code: [src/commands/alias/set.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.4/src/commands/alias/set.ts)_
159159

160160
## `sf alias unset`
161161

@@ -194,7 +194,7 @@ EXAMPLES
194194
$ sf alias unset --all [--no-prompt]
195195
```
196196

197-
_See code: [src/commands/alias/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.3/src/commands/alias/unset.ts)_
197+
_See code: [src/commands/alias/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.4/src/commands/alias/unset.ts)_
198198

199199
## `sf config get`
200200

@@ -231,7 +231,7 @@ EXAMPLES
231231
$ sf config get target-org api-version --verbose
232232
```
233233

234-
_See code: [src/commands/config/get.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.3/src/commands/config/get.ts)_
234+
_See code: [src/commands/config/get.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.4/src/commands/config/get.ts)_
235235

236236
## `sf config list`
237237

@@ -270,7 +270,7 @@ EXAMPLES
270270
$ sf config list
271271
```
272272

273-
_See code: [src/commands/config/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.3/src/commands/config/list.ts)_
273+
_See code: [src/commands/config/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.4/src/commands/config/list.ts)_
274274

275275
## `sf config set`
276276

@@ -327,7 +327,7 @@ EXAMPLES
327327
$ sf config set --global target-org=my-scratch-org target-dev-hub=my-dev-hub
328328
```
329329

330-
_See code: [src/commands/config/set.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.3/src/commands/config/set.ts)_
330+
_See code: [src/commands/config/set.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.4/src/commands/config/set.ts)_
331331

332332
## `sf config unset`
333333

@@ -365,6 +365,6 @@ EXAMPLES
365365
$ sf config unset target-org api-version --global
366366
```
367367

368-
_See code: [src/commands/config/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.3/src/commands/config/unset.ts)_
368+
_See code: [src/commands/config/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.4/src/commands/config/unset.ts)_
369369

370370
<!-- commandsstop -->

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-settings",
33
"description": "configure the Salesforce CLI",
4-
"version": "2.0.3",
4+
"version": "2.0.4",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)