Skip to content

Commit 385a01c

Browse files
committed
fix: restore root package.json for semantic-release
The Mastra removal (a431758) deleted the root package.json, breaking the Release workflow. Semantic-release needs it for version bumping.
1 parent 7c5204f commit 385a01c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"name": "labs-asp",
3+
"version": "1.10.0",
4+
"private": true
5+
}

0 commit comments

Comments
 (0)