From 669f92f28ff2e7dc69665a7647aceced61e0897e Mon Sep 17 00:00:00 2001 From: wwilsman Date: Wed, 21 Jun 2023 00:31:33 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20v2.0.0-beta.12?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b9cbfe24..14fa6833 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "interactor.js", "description": "Composable, immutable, asynchronous way to interact with the DOM", - "version": "2.0.0-beta.11", + "version": "2.0.0-beta.12", "license": "MIT", "repository": "https://github.com/wwilsman/interactor.js", "type": "module",