Skip to content

Commit e8ec5cc

Browse files
authored
Merge pull request #95 from stbestichhh/patch/1.2.1
patch 1.2.1
2 parents 70b7bc9 + b51779f commit e8ec5cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/cli/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const handleOptionsAndExecuteAction = async (options: StestOptions) => {
2020
program
2121
.name('stest')
2222
.description('Testing framework for TypeScript Node.js applications')
23-
.version('1.2.0');
23+
.version('1.2.1');
2424

2525
program
2626
.option(

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stlib/testing",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Testing framework for TypeScript Node.js applications",
55
"main": "stutil.ts",
66
"types": "stutil.d.ts",

0 commit comments

Comments
 (0)