From 785c1ec7010c828c89df77070f7184909cb4a4d1 Mon Sep 17 00:00:00 2001 From: Yusuke Wada Date: Sat, 8 Jan 2022 13:59:31 +0900 Subject: [PATCH] Bumped to 0.0.12 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1307c814f..63b70c8aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hono", - "version": "0.0.11", + "version": "0.0.12", "description": "Tiny web framework for Cloudflare Workers and others.", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -58,4 +58,4 @@ "engines": { "node": ">=11.0.0" } -} +} \ No newline at end of file