From 16514ec14b592d07edb2832ee8962bea8fb92ba0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luc=C3=A0s?= <86352901+LucasVbr@users.noreply.github.com> Date: Thu, 29 May 2025 09:03:49 +0200 Subject: [PATCH] feat: Bump version to 0.0.2 in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d62ac3d..28d14cc 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", - "version": "0.0.1", + "version": "0.0.2", "description": "Pug renderer middleware for Hono", "scripts": { "build": "bun build --target=node ./src/index.ts --outfile=./dist/index.js && bun run build:declaration",