Skip to content

Commit cb10d99

Browse files
committed
1.23.2
1 parent b69bbd4 commit cb10d99

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.23.2] - 2025-10-20
2+
3+
- Fix changelog printing for PR titles with issues linked
4+
- fix source-map import on node v14.13+ [[#526](https://github.com/jlfwong/speedscope/pull/526)] (by @andrewkchan)
5+
- #520 Create 'dist' dir when not existing [[#521](https://github.com/jlfwong/speedscope/pull/521)] (by @MrMinemeet)
6+
17
## [1.23.1] - 2025-08-11
28

39
- Profile selector: add sortable columns and total weight display [[#515](https://github.com/jlfwong/speedscope/pull/515)] (by @jlfwong)

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.23.1",
3+
"version": "1.23.2",
44
"description": "",
55
"repository": "jlfwong/speedscope",
66
"main": "index.js",

0 commit comments

Comments
 (0)