From 3444a8b6aa7a2b06a0ceb4a394778f50f00807b7 Mon Sep 17 00:00:00 2001 From: John Dvorak Date: Sun, 2 Aug 2026 18:46:22 -0700 Subject: [PATCH] release: bump version to 1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 526a8d2..1ce1130 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@arbiter/core", - "version": "1.0.0", + "version": "1.0.1", "description": "Arbiter core engine: graph indices, relation/reachability, authorization rule evaluator, DSL/AST, condensed & sharded snapshots, and evidence fusion.", "license": "ISC", "author": "",