We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 70b7bc9 + b51779f commit e8ec5ccCopy full SHA for e8ec5cc
bin/cli/cli.ts
@@ -20,7 +20,7 @@ const handleOptionsAndExecuteAction = async (options: StestOptions) => {
20
program
21
.name('stest')
22
.description('Testing framework for TypeScript Node.js applications')
23
- .version('1.2.0');
+ .version('1.2.1');
24
25
26
.option(
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@stlib/testing",
3
- "version": "1.2.0",
+ "version": "1.2.1",
4
"description": "Testing framework for TypeScript Node.js applications",
5
"main": "stutil.ts",
6
"types": "stutil.d.ts",
0 commit comments