Skip to content

Commit 031d430

Browse files
committed
1.1.1
1 parent 53cabf6 commit 031d430

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const { createConfig } = require('./commands/config');
99
program
1010
.name('smartui')
1111
.description('CLI to help you run your SmartUI tests on LambdaTest platform')
12-
.version('1.1.0')
12+
.version('1.1.1')
1313
.addOption(new Option('--env <prod|stage>', 'Runtime environment option').choices(['prod', 'stage']));
1414

1515
const configCommand = program.command('config')

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lambdatest/smartui-storybook",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "LambdaTest's command-line interface (CLI) aimed to help you run your SmartUI tests on LambdaTest platform",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)