From 48f38dc09d149992b68e041b1fce8a602521f67e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 10:00:52 +0000 Subject: [PATCH] Version Packages --- .changeset/debug-log-forwarded-events.md | 5 ----- .changeset/honest-suns-sleep.md | 5 ----- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 .changeset/debug-log-forwarded-events.md delete mode 100644 .changeset/honest-suns-sleep.md diff --git a/.changeset/debug-log-forwarded-events.md b/.changeset/debug-log-forwarded-events.md deleted file mode 100644 index 1c6ca293..00000000 --- a/.changeset/debug-log-forwarded-events.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@qwik.dev/partytown': minor ---- - -feat: add `logForwardedEvents` config flag to enable debug logging for forwarded events and triggers diff --git a/.changeset/honest-suns-sleep.md b/.changeset/honest-suns-sleep.md deleted file mode 100644 index 56209295..00000000 --- a/.changeset/honest-suns-sleep.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@qwik.dev/partytown': patch ---- - -fix: initialise ErrorObject to Error instead of null to prevent instanceof crash diff --git a/CHANGELOG.md b/CHANGELOG.md index 23e461bb..d920939c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @qwik.dev/partytown +## 0.14.0 + +### Minor Changes + +- ✨ add `logForwardedEvents` config flag to enable debug logging for forwarded events and triggers (by [@mws19901118](https://github.com/mws19901118) in [#704](https://github.com/QwikDev/partytown/pull/704)) + +### Patch Changes + +- 🐞🩹 initialise ErrorObject to Error instead of null to prevent instanceof crash (by [@gioboa](https://github.com/gioboa) in [#714](https://github.com/QwikDev/partytown/pull/714)) + ## 0.13.2 ### Patch Changes diff --git a/package.json b/package.json index 33eeed60..704e21f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@qwik.dev/partytown", - "version": "0.13.2", + "version": "0.14.0", "description": "Relocate resource intensive third-party scripts off of the main thread and into a web worker.", "license": "MIT", "main": "index.cjs",