Skip to content

Commit 2ba4c3a

Browse files
author
Kelly Selden
committed
chore(release): @faltest/cli@7.0.1
1 parent 9edc81e commit 2ba4c3a

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Options:
3838
--retries When all else fails, try again! [default: 0]
3939
--target Run against a different UI server/URL
4040
[string] [choices: "default"] [default: "default"]
41-
--env Run against a different data source
41+
--env, --environment Run against a different data source
4242
[string] [choices: "default"] [default: "default"]
4343
--share-webdriver Keep the WebDriver process open between test
4444
runs [boolean] [default: true]

fixtures/global-install/yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
verror-extra "^6.0.0"
1010

1111
"@faltest/cli@file:../../packages/cli":
12-
version "7.0.0"
12+
version "7.0.1"
1313
dependencies:
1414
"@faltest/mocha" "^9.0.0"
1515
"@faltest/remote" "^12.0.0"

packages/cli/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [7.0.1](https://github.com/CrowdStrike/faltest/compare/@faltest/cli@7.0.0...@faltest/cli@7.0.1) (2024-01-19)
6+
57
## [7.0.0](https://github.com/CrowdStrike/faltest/compare/@faltest/cli@6.0.8...@faltest/cli@7.0.0) (2023-10-04)
68

79

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@faltest/cli",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"description": "The CLI for the FalTest system",
55
"bin": {
66
"faltest": "bin/index.js",

0 commit comments

Comments
 (0)