Skip to content

Commit e4a3f36

Browse files
chore(v3): bump to v3.0.0-alpha.98 and update changelog [skip ci]
1 parent 1691ea8 commit e4a3f36

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

docs/src/content/docs/changelog.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3131
*/
3232
## [Unreleased]
3333

34+
## v3.0.0-alpha.98 - 2026-06-03
35+
36+
## Fixed
37+
- Fix WebKit UI freeze on Linux when idle (e.g. with the inspector open) by no longer forcing `SA_ONSTACK` on `SIGUSR1`, which broke JavaScriptCore's GC thread synchronisation (#5527)
38+
3439
## v3.0.0-alpha.97 - 2026-05-31
3540

3641
## Added

v3/UNRELEASED_CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ After processing, the content will be moved to the main changelog and this file
2323

2424
## Fixed
2525
<!-- Bug fixes -->
26-
- Fix WebKit UI freeze on Linux when idle (e.g. with the inspector open) by no longer forcing `SA_ONSTACK` on `SIGUSR1`, which broke JavaScriptCore's GC thread synchronisation (#5527)
2726

2827
## Deprecated
2928
<!-- Soon-to-be removed features -->

v3/internal/version/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v3.0.0-alpha.97
1+
v3.0.0-alpha.98

0 commit comments

Comments
 (0)