From 764bce94fe03dbe7047398f4f5b88d9645bf9562 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Fri, 6 May 2022 04:08:44 -0500 Subject: [PATCH] 0.5.4 --- 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 89801274..1ee63460 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,13 +1,13 @@ { "name": "@builder.io/partytown", - "version": "0.5.3", + "version": "0.5.4", "lockfileVersion": 2, "requires": true, "dev": true, "packages": { "": { "name": "@builder.io/partytown", - "version": "0.5.3", + "version": "0.5.4", "license": "MIT", "bin": { "partytown": "bin/partytown.cjs" diff --git a/package.json b/package.json index 5e261a1d..413be61b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@builder.io/partytown", - "version": "0.5.3", + "version": "0.5.4", "description": "Relocate resource intensive third-party scripts off of the main thread and into a web worker.", "license": "MIT", "main": "index.cjs",