From 2ecc6a796b92958018d648e3d7b90c96709c3853 Mon Sep 17 00:00:00 2001 From: Giorgio Boa <35845425+gioboa@users.noreply.github.com> Date: Tue, 30 Jan 2024 11:45:09 +0100 Subject: [PATCH] 0.9.1 (#545) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b3127bcc..81bb882b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@builder.io/partytown", - "version": "0.9.0", + "version": "0.9.1", "description": "Relocate resource intensive third-party scripts off of the main thread and into a web worker.", "license": "MIT", "main": "index.cjs",