File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## [ 1.0.3] ( https://github.com/salesforcecli/plugin-flow/compare/1.0.2...1.0.3 ) (2025-11-18)
2+
3+ ### Bug Fixes
4+
5+ - ** deps:** bump @salesforce/apex-node from 8.1.20 to 8.3.4 ([ 908a989] ( https://github.com/salesforcecli/plugin-flow/commit/908a989791b3e67510a30f26d1b0da9c18f5f2a8 ) )
6+ - tests ([ 5a74462] ( https://github.com/salesforcecli/plugin-flow/commit/5a74462a0d7c229e918077d0efee0ad0e252861b ) )
7+
18## [ 1.0.2] ( https://github.com/salesforcecli/plugin-flow/compare/1.0.1...1.0.2 ) (2025-04-21)
29
310### Bug Fixes
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ EXAMPLES
116116 me@my.org'
117117```
118118
119- _ See code: [ src/commands/flow/get/test.ts] ( https://github.com/salesforcecli/plugin-flow/blob/1.0.2 /src/commands/flow/get/test.ts ) _
119+ _ See code: [ src/commands/flow/get/test.ts] ( https://github.com/salesforcecli/plugin-flow/blob/1.0.3 /src/commands/flow/get/test.ts ) _
120120
121121## ` sf flow run test `
122122
@@ -213,6 +213,6 @@ FLAG DESCRIPTIONS
213213 Default is all flow tests. If you specify --tests, you can't specify --class-names.
214214```
215215
216- _ See code: [ src/commands/flow/run/test.ts] ( https://github.com/salesforcecli/plugin-flow/blob/1.0.2 /src/commands/flow/run/test.ts ) _
216+ _ See code: [ src/commands/flow/run/test.ts] ( https://github.com/salesforcecli/plugin-flow/blob/1.0.3 /src/commands/flow/run/test.ts ) _
217217
218218<!-- commandsstop -->
Original file line number Diff line number Diff line change 11{
22 "name" : " @salesforce/plugin-flow" ,
33 "description" : " Plugin for testing flows" ,
4- "version" : " 1.0.2 " ,
4+ "version" : " 1.0.3 " ,
55 "dependencies" : {
66 "@oclif/core" : " ^4.2.10" ,
77 "@salesforce/apex-node" : " ^8.3.4" ,
You can’t perform that action at this time.
0 commit comments