From bd7a67c58a610e0f7c6bbafc98e36bce0e30db0d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 18:36:59 +0000 Subject: [PATCH] v0.2.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cee5f4e..cce7283 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "errx", "type": "module", - "version": "0.2.0", + "version": "0.2.1", "packageManager": "pnpm@11.24.0", "description": "Zero dependency library to capture and parse stack traces in Node, Bun and Deno", "license": "MIT",