From 54f8967095b3f6d57dd5feaa059e834ce86af0fb Mon Sep 17 00:00:00 2001 From: arnoson <hallo@arno-schlipf.info> Date: Tue, 21 Feb 2023 13:13:25 +0100 Subject: [PATCH] chore: release v0.4.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 98c5c61..f9d383b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@very-simple/components", - "version": "0.3.0", + "version": "0.4.0", "description": "A very simple way to attach javascript to the DOM", "type": "module", "main": "dist/index.js",