Skip to content

Commit 810efdf

Browse files
committed
1.25.0
1 parent 4bec6e2 commit 810efdf

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [1.25.0] - 2025-12-03
2+
3+
- Upgrade Jest to 30.2.0 [[#536](https://github.com/jlfwong/speedscope/pull/536)] (by @jlfwong)
4+
- Update TypeScript to 5.9.3 [[#535](https://github.com/jlfwong/speedscope/pull/535)] (by @jlfwong)
5+
- Basic Java Flight Recorder support [[#533](https://github.com/jlfwong/speedscope/pull/533)] (by @beatbrot)
6+
- Update ESBuild to 0.27.0 [[#534](https://github.com/jlfwong/speedscope/pull/534)] (by @beatbrot)
7+
- Add error message when WebGL setup fails [[#531](https://github.com/jlfwong/speedscope/pull/531)] (by @cmdcolin)
8+
- Compare floats with margin of error to avoid infinite recurrence [[#530](https://github.com/jlfwong/speedscope/pull/530)] (by @eszpotanski)
9+
- chrome: tolerate missing args data [[#527](https://github.com/jlfwong/speedscope/pull/527)] (by @jefflee-figma)
10+
111
## [1.24.0] - 2025-10-20
212

313
- [Improvement] Use mouse pos as origin when pressing +/- [[#525](https://github.com/jlfwong/speedscope/pull/525)] (by @alexmk92)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "speedscope",
3-
"version": "1.24.0",
3+
"version": "1.25.0",
44
"description": "",
55
"repository": "jlfwong/speedscope",
66
"main": "index.js",

0 commit comments

Comments
 (0)