Skip to content

Commit

Permalink
chore(release): 2.0.26 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Feb 18, 2024
1 parent 7af9b95 commit 24b721b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [2.0.26](https://github.com/salesforcecli/plugin-settings/compare/2.0.25...2.0.26) (2024-02-18)

### Bug Fixes

- **deps:** bump @oclif/core from 3.19.1 to 3.19.2 ([eaa2ea9](https://github.com/salesforcecli/plugin-settings/commit/eaa2ea98f2039afc0481f849a5255e05f5930fe1))

## [2.0.25](https://github.com/salesforcecli/plugin-settings/compare/2.0.24...2.0.25) (2024-02-18)

### Bug Fixes
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ EXAMPLES
$ sf alias list
```

_See code: [src/commands/alias/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.25/src/commands/alias/list.ts)_
_See code: [src/commands/alias/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.26/src/commands/alias/list.ts)_

## `sf alias set`

Expand Down Expand Up @@ -155,7 +155,7 @@ EXAMPLES
$ sf alias set my-scratch-org [email protected]
```

_See code: [src/commands/alias/set.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.25/src/commands/alias/set.ts)_
_See code: [src/commands/alias/set.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.26/src/commands/alias/set.ts)_

## `sf alias unset`

Expand Down Expand Up @@ -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.25/src/commands/alias/unset.ts)_
_See code: [src/commands/alias/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.26/src/commands/alias/unset.ts)_

## `sf config get`

Expand Down Expand Up @@ -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.25/src/commands/config/get.ts)_
_See code: [src/commands/config/get.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.26/src/commands/config/get.ts)_

## `sf config list`

Expand Down Expand Up @@ -270,7 +270,7 @@ EXAMPLES
$ sf config list
```

_See code: [src/commands/config/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.25/src/commands/config/list.ts)_
_See code: [src/commands/config/list.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.26/src/commands/config/list.ts)_

## `sf config set`

Expand Down Expand Up @@ -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.25/src/commands/config/set.ts)_
_See code: [src/commands/config/set.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.26/src/commands/config/set.ts)_

## `sf config unset`

Expand Down Expand Up @@ -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.25/src/commands/config/unset.ts)_
_See code: [src/commands/config/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/2.0.26/src/commands/config/unset.ts)_

<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/plugin-settings",
"description": "configure the Salesforce CLI",
"version": "2.0.25",
"version": "2.0.26",
"author": "Salesforce",
"bugs": "https://github.com/forcedotcom/cli/issues",
"dependencies": {
Expand Down

0 comments on commit 24b721b

Please sign in to comment.