Skip to content

Commit 25141e3

Browse files
Version Packages
1 parent 8ad8663 commit 25141e3

4 files changed

Lines changed: 9 additions & 11 deletions

File tree

.changeset/debug-log-forwarded-events.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/honest-suns-sleep.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @qwik.dev/partytown
22

3+
## 0.13.3
4+
5+
### Patch Changes
6+
7+
- 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))
8+
9+
- 🐞🩹 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))
10+
311
## 0.13.2
412

513
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qwik.dev/partytown",
3-
"version": "0.13.2",
3+
"version": "0.13.3",
44
"description": "Relocate resource intensive third-party scripts off of the main thread and into a web worker.",
55
"license": "MIT",
66
"main": "index.cjs",

0 commit comments

Comments
 (0)