From 925aa3c7f32c23e177dbd00e693109dc2ef05e30 Mon Sep 17 00:00:00 2001 From: Yusuke Wada Date: Fri, 28 Jun 2024 05:52:24 +0900 Subject: [PATCH] v0.9.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0ecbf16..187920d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-hono", - "version": "0.9.1", + "version": "0.9.2", "scripts": { "build": "tsx ./build.ts", "bin": "./bin",