diff --git a/CHANGELOG.md b/CHANGELOG.md index 13b4b01af..1037eff38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index e0056eae2..6cafb28ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "speedscope", - "version": "1.15.0", + "version": "1.15.1", "description": "", "repository": "jlfwong/speedscope", "main": "index.js",