Skip to content

Commit 7507e6b

Browse files
committed
chore(release): 3.0.34 [skip ci]
1 parent 349bdec commit 7507e6b

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [3.0.34](https://github.com/salesforcecli/plugin-env/compare/3.0.33...3.0.34) (2024-11-17)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump cross-spawn from 7.0.3 to 7.0.5 ([522f5ae](https://github.com/salesforcecli/plugin-env/commit/522f5aeca83e74d3984c22958d13ff5cf4e92954))
6+
17
## [3.0.33](https://github.com/salesforcecli/plugin-env/compare/3.0.32...3.0.33) (2024-08-25)
28

39
### Bug Fixes

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ EXAMPLES
9696
$ sf env display --target-env myEnv
9797
```
9898

99-
_See code: [src/commands/env/display.ts](https://github.com/salesforcecli/plugin-env/blob/3.0.33/src/commands/env/display.ts)_
99+
_See code: [src/commands/env/display.ts](https://github.com/salesforcecli/plugin-env/blob/3.0.34/src/commands/env/display.ts)_
100100

101101
## `sf env list`
102102

@@ -152,7 +152,7 @@ EXAMPLES
152152
$ sf env list --csv --no-header
153153
```
154154

155-
_See code: [src/commands/env/list.ts](https://github.com/salesforcecli/plugin-env/blob/3.0.33/src/commands/env/list.ts)_
155+
_See code: [src/commands/env/list.ts](https://github.com/salesforcecli/plugin-env/blob/3.0.34/src/commands/env/list.ts)_
156156

157157
## `sf env open`
158158

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

201-
_See code: [src/commands/env/open.ts](https://github.com/salesforcecli/plugin-env/blob/3.0.33/src/commands/env/open.ts)_
201+
_See code: [src/commands/env/open.ts](https://github.com/salesforcecli/plugin-env/blob/3.0.34/src/commands/env/open.ts)_
202202

203203
<!-- commandsstop -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-env",
33
"description": "An sf plugin for logging into and interacting with different Salesforce environments.",
4-
"version": "3.0.33",
4+
"version": "3.0.34",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)