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