Skip to content

Commit c6a7362

Browse files
committed
chore(release): 1.0.2 [skip ci]
1 parent 391467e commit c6a7362

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.0.2](https://github.com/salesforcecli/plugin-flow/compare/1.0.1...1.0.2) (2025-04-21)
2+
3+
### Bug Fixes
4+
5+
- ctc and sign ([391467e](https://github.com/salesforcecli/plugin-flow/commit/391467e98a5607ccabcf81ec3b4533d2b7ed847a))
6+
17
## [1.0.1](https://github.com/salesforcecli/plugin-flow/compare/0.0.3-qa.0...1.0.1) (2025-04-21)
28

39
### Bug Fixes

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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/src/commands/flow/get/test.ts)_
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)_
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/src/commands/flow/run/test.ts)_
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)_
217217

218218
<!-- 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-flow",
33
"description": "Plugin for testing flows",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"dependencies": {
66
"@oclif/core": "^4.2.10",
77
"@salesforce/apex-node": "^8.1.20",

0 commit comments

Comments
 (0)