From f47d5a0e922a9a6bca915a759769dbbdc0f4dad7 Mon Sep 17 00:00:00 2001 From: Yusuke Wada Date: Fri, 13 May 2022 14:28:41 +0900 Subject: [PATCH] chore: bump up to v1.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a7fdbbbda..58377bed8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hono", - "version": "1.1.1", + "version": "1.2.0", "description": "Ultrafast web framework for Cloudflare Workers.", "main": "dist/index.js", "types": "dist/index.d.ts",