diff --git a/package-lock.json b/package-lock.json index 335dc5c4..bf151381 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,13 +1,13 @@ { "name": "@builder.io/partytown", - "version": "0.7.6", + "version": "0.8.0", "lockfileVersion": 2, "requires": true, "dev": true, "packages": { "": { "name": "@builder.io/partytown", - "version": "0.7.6", + "version": "0.8.0", "license": "MIT", "bin": { "partytown": "bin/partytown.cjs" diff --git a/package.json b/package.json index 81d5d367..e12cfb57 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@builder.io/partytown", - "version": "0.7.6", + "version": "0.8.0", "description": "Relocate resource intensive third-party scripts off of the main thread and into a web worker.", "license": "MIT", "main": "index.cjs",