Skip to content

Commit

Permalink
chore(release): 1.4.35 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Oct 17, 2023
1 parent d37f0b8 commit 2bdb8fe
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 @@
## [1.4.35](https://github.com/salesforcecli/plugin-settings/compare/1.4.34...1.4.35) (2023-10-17)

### Bug Fixes

- **deps:** bump @babel/traverse from 7.21.2 to 7.23.2 ([6c74a23](https://github.com/salesforcecli/plugin-settings/commit/6c74a23f51377dd12b854459ecf7756984a8d0d6))

## [1.4.34](https://github.com/salesforcecli/plugin-settings/compare/1.4.33...1.4.34) (2023-10-16)

### 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/1.4.34/src/commands/alias/list.ts)_
_See code: [src/commands/alias/list.ts](https://github.com/salesforcecli/plugin-settings/blob/1.4.35/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/1.4.34/src/commands/alias/set.ts)_
_See code: [src/commands/alias/set.ts](https://github.com/salesforcecli/plugin-settings/blob/1.4.35/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/1.4.34/src/commands/alias/unset.ts)_
_See code: [src/commands/alias/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/1.4.35/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/1.4.34/src/commands/config/get.ts)_
_See code: [src/commands/config/get.ts](https://github.com/salesforcecli/plugin-settings/blob/1.4.35/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/1.4.34/src/commands/config/list.ts)_
_See code: [src/commands/config/list.ts](https://github.com/salesforcecli/plugin-settings/blob/1.4.35/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/1.4.34/src/commands/config/set.ts)_
_See code: [src/commands/config/set.ts](https://github.com/salesforcecli/plugin-settings/blob/1.4.35/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/1.4.34/src/commands/config/unset.ts)_
_See code: [src/commands/config/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/1.4.35/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": "1.4.34",
"version": "1.4.35",
"author": "Salesforce",
"bugs": "https://github.com/forcedotcom/cli/issues",
"dependencies": {
Expand Down

0 comments on commit 2bdb8fe

Please sign in to comment.