File tree 3 files changed +10
-4
lines changed 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 3.0.33] ( https://github.com/salesforcecli/plugin-env/compare/3.0.32...3.0.33 ) (2024-08-25)
2
+
3
+ ### Bug Fixes
4
+
5
+ - ** deps:** bump micromatch from 4.0.5 to 4.0.8 ([ 45bb442] ( https://github.com/salesforcecli/plugin-env/commit/45bb44246cf93c1c86a4e28a127f8e600d8ec402 ) )
6
+
1
7
## [ 3.0.32] ( https://github.com/salesforcecli/plugin-env/compare/3.0.31...3.0.32 ) (2024-06-13)
2
8
3
9
### Bug Fixes
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ EXAMPLES
96
96
$ sf env display --target-env myEnv
97
97
```
98
98
99
- _ See code: [ src/commands/env/display.ts] ( https://github.com/salesforcecli/plugin-env/blob/3.0.32 /src/commands/env/display.ts ) _
99
+ _ See code: [ src/commands/env/display.ts] ( https://github.com/salesforcecli/plugin-env/blob/3.0.33 /src/commands/env/display.ts ) _
100
100
101
101
## ` sf env list `
102
102
@@ -152,7 +152,7 @@ EXAMPLES
152
152
$ sf env list --csv --no-header
153
153
```
154
154
155
- _ See code: [ src/commands/env/list.ts] ( https://github.com/salesforcecli/plugin-env/blob/3.0.32 /src/commands/env/list.ts ) _
155
+ _ See code: [ src/commands/env/list.ts] ( https://github.com/salesforcecli/plugin-env/blob/3.0.33 /src/commands/env/list.ts ) _
156
156
157
157
## ` sf env open `
158
158
@@ -198,6 +198,6 @@ FLAG DESCRIPTIONS
198
198
browser applications differ depending on the operating system you're on; check your documentation for details.
199
199
```
200
200
201
- _ See code: [ src/commands/env/open.ts] ( https://github.com/salesforcecli/plugin-env/blob/3.0.32 /src/commands/env/open.ts ) _
201
+ _ See code: [ src/commands/env/open.ts] ( https://github.com/salesforcecli/plugin-env/blob/3.0.33 /src/commands/env/open.ts ) _
202
202
203
203
<!-- commandsstop -->
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @salesforce/plugin-env" ,
3
3
"description" : " An sf plugin for logging into and interacting with different Salesforce environments." ,
4
- "version" : " 3.0.32 " ,
4
+ "version" : " 3.0.33 " ,
5
5
"author" : " Salesforce" ,
6
6
"bugs" : " https://github.com/forcedotcom/cli/issues" ,
7
7
"dependencies" : {
You can’t perform that action at this time.
0 commit comments