From a85d9039743f506c809e676abab3612159fe3687 Mon Sep 17 00:00:00 2001 From: Harsh Zalavadiya Date: Tue, 13 Sep 2022 20:57:41 +0530 Subject: [PATCH] chore: :bookmark: v1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 56fe467..1bc09a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "use-indexeddb", - "version": "1.0.9", + "version": "1.1.0", "description": "Lightweight (1KB gzipped) hooks w/ promises for easy IndexedDB access in React ⚓", "author": "Harsh Zalavadiya", "module": "dist/use-indexeddb.esm.js",