From 74ad449625e73806939cfb3594887e138a195434 Mon Sep 17 00:00:00 2001 From: SrJuggernaut Date: Tue, 14 Apr 2026 12:04:36 -0600 Subject: [PATCH] chore: bump version to 0.0.18 and update prepare script --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e69c8cc..896dc68 100644 --- a/package.json +++ b/package.json @@ -6,9 +6,9 @@ "dist/**/*", "README.md" ], - "version": "0.0.17", + "version": "0.0.18", "scripts": { - "prepare": "ts-patch install -s && bun .husky/install.ts", + "prepare": "bunx ts-patch install -s && bun .husky/install.ts", "prepublishOnly": "bun run build", "dev": "tsc -w", "build": "tsc",