From e2ebf8f91a1101a1096f82b331de44da92a486cc Mon Sep 17 00:00:00 2001 From: Ayo Date: Tue, 19 Sep 2023 14:27:13 +0200 Subject: [PATCH] chore: fix version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 60f76d8..e472903 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "web-component-base", - "version": "1.6.7", + "version": "1.6.6", "description": "Minimal base class for creating reactive custom elements easily", "main": "index.d.ts", "scripts": {