From 75623df6f84c53636a5c832be07c26ccf66b07a8 Mon Sep 17 00:00:00 2001 From: Wil Wilsman Date: Fri, 7 Jul 2023 11:59:22 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=202.0.0-beta.13?= 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 7eb1d23d..523495ac 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.12", + "version": "2.0.0-beta.13", "license": "MIT", "repository": "https://github.com/wwilsman/interactor.js", "type": "module",