From b7871215c2173b76e39a3f8572ea51e91a758dec Mon Sep 17 00:00:00 2001 From: "glm-5.1" Date: Tue, 28 Apr 2026 09:12:19 +0000 Subject: [PATCH] chore: bump version to 0.0.2 --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 135a39d..927906e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alkdev/taskgraph", - "version": "0.0.1", + "version": "0.0.2", "description": "Task graph library — directed acyclic graph analysis, risk scoring, and YAML frontmatter for task management", "type": "module", "main": "./dist/index.cjs", @@ -18,6 +18,9 @@ } } }, + "publishConfig": { + "access": "public" + }, "files": [ "dist" ],