From ba89703d4d0894a0f148cfa0afb6128ef7572aa8 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Tue, 4 Jan 2022 14:00:44 -0600 Subject: [PATCH] 0.0.32 --- 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 b7929f7f..1647ba16 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@builder.io/partytown", - "version": "0.0.31", + "version": "0.0.32", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@builder.io/partytown", - "version": "0.0.31", + "version": "0.0.32", "license": "MIT", "devDependencies": { "@microsoft/api-extractor": "^7.19.2", diff --git a/package.json b/package.json index 216e5da2..ed76c77c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@builder.io/partytown", - "version": "0.0.31", + "version": "0.0.32", "description": "Relocate resource intensive third-party scripts off of the main thread and into a web worker.", "license": "MIT", "main": "index.cjs",