From e9721d12a4370283bb2233d7266d0c6d72f94567 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 07:59:20 +0000 Subject: [PATCH] v0.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 312f682..dbd2e49 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "errx", "type": "module", - "version": "0.1.0", + "version": "0.1.1", "packageManager": "pnpm@11.10.0", "description": "Zero dependency library to capture and parse stack traces in Node, Bun and Deno", "license": "MIT",