From 600d2a2a92ebdd1f12f8b3522c10f1a8b781d8b2 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Fri, 17 May 2024 16:34:21 +0200 Subject: [PATCH] 8.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0d1360a..c8836f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tempfix/idb", - "version": "8.0.1", + "version": "8.0.2", "description": "A small wrapper that makes IndexedDB usable", "main": "./build/index.cjs", "module": "./build/index.js",