Skip to content

Commit 464aa70

Browse files
Version Packages (#713)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7ee5c89 commit 464aa70

4 files changed

Lines changed: 11 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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @qwik.dev/partytown
22

3+
## 0.14.0
4+
5+
### Minor 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+
### Patch Changes
10+
11+
- 🐞🩹 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))
12+
313
## 0.13.2
414

515
### 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.14.0",
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)