From 2d50c7ee2c72b3e21a58d587bcc44ddcda7ffdb2 Mon Sep 17 00:00:00 2001 From: Yusuke Wada Date: Sat, 24 Dec 2022 20:54:04 +0900 Subject: [PATCH] bump up --- packages/hello/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/hello/package.json b/packages/hello/package.json index 0de2dbe2..d5391266 100644 --- a/packages/hello/package.json +++ b/packages/hello/package.json @@ -1,6 +1,6 @@ { "name": "@hono/hello", - "version": "0.0.11", + "version": "0.0.12", "description": "An example of third-party middleware for Hono", "main": "dist/index.js", "types": "dist/index.d.ts",