From b333c8620b08ddbd864ba43b23dbd830c15896b4 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Thu, 27 Jan 2022 13:35:33 -0600 Subject: [PATCH] 0.2.3 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2755c15c..234f4215 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@builder.io/partytown", - "version": "0.2.2", + "version": "0.2.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@builder.io/partytown", - "version": "0.2.2", + "version": "0.2.3", "license": "MIT", "devDependencies": { "@microsoft/api-extractor": "^7.19.2", diff --git a/package.json b/package.json index 70298072..6f57e0c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@builder.io/partytown", - "version": "0.2.2", + "version": "0.2.3", "description": "Relocate resource intensive third-party scripts off of the main thread and into a web worker.", "license": "MIT", "main": "index.cjs",