From bcc23735f0c713ca6210ee3edf69c1fbfcec242d Mon Sep 17 00:00:00 2001 From: Yusuke Wada Date: Sun, 12 May 2024 00:23:15 +0900 Subject: [PATCH] v0.7.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 833bed1..4199979 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-hono", - "version": "0.7.1", + "version": "0.7.2", "scripts": { "build": "tsx ./build.ts", "bin": "./bin",