From 46acd58559218ccbeb3d80081bd8d568b4812b42 Mon Sep 17 00:00:00 2001 From: Taylor Vann Date: Wed, 10 Jun 2026 09:45:15 -0700 Subject: [PATCH] bump version --- .npmignore | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index 56bef8c..d8b7bcb 100644 --- a/.npmignore +++ b/.npmignore @@ -1 +1,2 @@ +.github/ examples/ \ No newline at end of file diff --git a/package.json b/package.json index 88066a9..a23e41f 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "main": "dist/mod.js", "description": "Turn the virtual-dom into a declarative event-bus", "license": "BSD-3-Clause", - "version": "0.1.1", + "version": "0.1.2", "scripts": { "prepare": "npm run build", "build": "npm run build:core && npm run build:examples && npm run bundle",