From 42d5fc940a36e0c6973ff42f51eedc6109dc861a Mon Sep 17 00:00:00 2001 From: SrJuggernaut Date: Mon, 6 Oct 2025 22:07:41 -0600 Subject: [PATCH] chore: bump version to 0.0.13 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fcd78ae..1629a99 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dist/**/*", "README.md" ], - "version": "0.0.12", + "version": "0.0.13", "scripts": { "prepare": "ts-patch install -s && bun .husky/install.ts", "prepublishOnly": "bun run build",