From 0414c2f617742e7fb0cf31a66ac0f77c2f5c0540 Mon Sep 17 00:00:00 2001 From: Jamie Wong Date: Sun, 4 Jun 2023 04:14:07 -0700 Subject: [PATCH] 1.15.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",