Skip to content

Commit c6c37f6

Browse files
authored
chore(cli): Release v0.4.2 (#275)
1 parent 1ce38fa commit c6c37f6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"name": "shortest-monorepo",
23
"private": true,
34
"type": "module",
45
"packageManager": "[email protected]",

packages/shortest/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antiwork/shortest",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "AI-powered natural language end-to-end testing framework",
55
"type": "module",
66
"main": "./dist/index.js",
@@ -64,9 +64,10 @@
6464
"mailosaur": "^8.7.0",
6565
"playwright": "^1.48.2"
6666
},
67-
"author": "Antiwork",
67+
"author": "Anti-Work",
6868
"license": "MIT",
6969
"repository": {
70+
"directory": "packages/shortest",
7071
"type": "git",
7172
"url": "https://github.com/anti-work/shortest"
7273
},

0 commit comments

Comments
 (0)