Skip to content

Commit b62a415

Browse files
committed
chore(release): 1.0.1 [skip ci]
1 parent ad04a13 commit b62a415

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
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)

LICENSE.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Apache License Version 2.0
22

3-
Copyright (c) 2024 Salesforce, Inc.
3+
Copyright (c) 2025 Salesforce, Inc.
44
All 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.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ EXAMPLES
116116
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 -->

package.json

Lines changed: 2 additions & 2 deletions
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.0",
4+
"version": "1.0.1",
55
"dependencies": {
66
"@oclif/core": "^4.2.10",
77
"@salesforce/apex-node": "^8.1.20",
@@ -191,7 +191,7 @@
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",

0 commit comments

Comments
 (0)