Skip to content

Commit 66dfb98

Browse files
committed
bump version to 0.2.1
build with cc
1 parent ef01c74 commit 66dfb98

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ _archive/
99
.claude/settings.local.json
1010
TODO.md
1111
RELEASE.md
12+
13+
.env
14+
workflows/

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": "light-process",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Lightweight workflow engine with Docker container isolation and A2A protocol support.",
55
"main": "dist/index.js",
66
"exports": {

0 commit comments

Comments
 (0)