Skip to content

Commit

Permalink
chore(release): 2.2.7 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Oct 15, 2023
1 parent 2023a07 commit 45d3c79
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [2.2.7](https://github.com/salesforcecli/plugin-env/compare/2.2.6...2.2.7) (2023-10-15)

### Bug Fixes

- **deps:** bump @salesforce/core from 5.3.6 to 5.3.9 ([02f36f2](https://github.com/salesforcecli/plugin-env/commit/02f36f22cccd724a64060c99c4399d26f93a4bd1))

## [2.2.6](https://github.com/salesforcecli/plugin-env/compare/2.2.5...2.2.6) (2023-10-08)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ EXAMPLES
$ sf env display --target-env myEnv
```

_See code: [src/commands/env/display.ts](https://github.com/salesforcecli/plugin-env/blob/2.2.6/src/commands/env/display.ts)_
_See code: [src/commands/env/display.ts](https://github.com/salesforcecli/plugin-env/blob/2.2.7/src/commands/env/display.ts)_

## `sf env list`

Expand Down Expand Up @@ -152,7 +152,7 @@ EXAMPLES
$ sf env list --csv --no-header
```

_See code: [src/commands/env/list.ts](https://github.com/salesforcecli/plugin-env/blob/2.2.6/src/commands/env/list.ts)_
_See code: [src/commands/env/list.ts](https://github.com/salesforcecli/plugin-env/blob/2.2.7/src/commands/env/list.ts)_

## `sf env open`

Expand Down Expand Up @@ -198,6 +198,6 @@ FLAG DESCRIPTIONS
browser applications differ depending on the operating system you're on; check your documentation for details.
```

_See code: [src/commands/env/open.ts](https://github.com/salesforcecli/plugin-env/blob/2.2.6/src/commands/env/open.ts)_
_See code: [src/commands/env/open.ts](https://github.com/salesforcecli/plugin-env/blob/2.2.7/src/commands/env/open.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-env",
"description": "An sf plugin for logging into and interacting with different Salesforce environments.",
"version": "2.2.6",
"version": "2.2.7",
"author": "Salesforce",
"bugs": "https://github.com/forcedotcom/cli/issues",
"dependencies": {
Expand Down

0 comments on commit 45d3c79

Please sign in to comment.