From b8ba28f5d6b9e11c74e53e93360a9e71d7bf10db Mon Sep 17 00:00:00 2001 From: Kei Kamikawa Date: Tue, 18 Oct 2022 11:42:10 +0900 Subject: [PATCH] v1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 85f32806..0c4d7179 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@honojs/firebase-auth", - "version": "1.0.0", + "version": "1.0.1", "description": "A third-party firebase auth middleware for Hono", "main": "dist/index.js", "types": "dist/index.d.ts",