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- ## 0.0.2 (2025-04-02)
1+ ## [ 1.0.1] ( https://github.com/salesforcecli/plugin-flow/compare/0.0.3-qa.0...1.0.1 ) (2025-04-21)
2+
3+ ### Bug Fixes
24
5+ - ensure release ([ 5b0a5f6] ( https://github.com/salesforcecli/plugin-flow/commit/5b0a5f6b411eaa7e0826c1f1841dc6de0fe0189d ) )
36
7+ ## [ 0.0.3-qa.0] ( https://github.com/salesforcecli/plugin-flow/compare/0.0.2...0.0.3-qa.0 ) (2025-04-11)
48
9+ ## 0.0.2 (2025-04-02)
Original file line number Diff line number Diff line change 11Apache License Version 2.0
22
3- Copyright (c) 2024 Salesforce, Inc.
3+ Copyright (c) 2025 Salesforce, Inc.
44All rights reserved.
55
66 Apache License
@@ -203,4 +203,4 @@ All rights reserved.
203203 distributed under the License is distributed on an "AS IS" BASIS,
204204 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
205205 See the License for the specific language governing permissions and
206- limitations under the License.
206+ limitations under the License.
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/0.0.3-qa.0 /src/commands/flow/get/test.ts ) _
119+ _ See code: [ src/commands/flow/get/test.ts] ( https://github.com/salesforcecli/plugin-flow/blob/0.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/0.0.3-qa.0 /src/commands/flow/run/test.ts ) _
216+ _ See code: [ src/commands/flow/run/test.ts] ( https://github.com/salesforcecli/plugin-flow/blob/0.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.0 " ,
4+ "version" : " 1.0.1 " ,
55 "dependencies" : {
66 "@oclif/core" : " ^4.2.10" ,
77 "@salesforce/apex-node" : " ^8.1.20" ,
191191 "output" : []
192192 },
193193 "link-check" : {
194- "command" : " node -e \" process.exit(process.env.CI ? 0 : 1)\" || linkinator \" **/*.md\" --skip \" CHANGELOG.md|node_modules|test/|confluence.internal.salesforce.com|my.salesforce.com|%s\" --markdown --retry --directory-listing --verbosity error" ,
194+ "command" : " node -e \" process.exit(process.env.CI ? 0 : 1)\" || linkinator \" **/*.md\" --skip \" CHANGELOG.md|node_modules|test/|confluence.internal.salesforce.com|my.salesforce.com|localhost| %s\" --markdown --retry --directory-listing --verbosity error" ,
195195 "files" : [
196196 " ./*.md" ,
197197 " ./!(CHANGELOG).md" ,
You can’t perform that action at this time.
0 commit comments