This commit is contained in:
Jamie Wong
2023-06-04 04:14:07 -07:00
parent f23f65b3af
commit 0414c2f617
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -1,3 +1,10 @@
## [1.15.1] - 2023-06-04
### Fixed
- Fix import from Chrome Devtools performance tab in Chrome >= 114 [[#422](https://github.com/jlfwong/speedscope/pull/422)]
- Callgrind: Subposition compression and weight correction [[#423](https://github.com/jlfwong/speedscope/pull/423)]
## [1.15.0] - 2022-10-22
### Fixed
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "speedscope",
"version": "1.15.0",
"version": "1.15.1",
"description": "",
"repository": "jlfwong/speedscope",
"main": "index.js",