From c3b35d7b0fdad899ff54378471a87aa12689954c Mon Sep 17 00:00:00 2001 From: Jamie Wong Date: Sun, 19 Jul 2020 21:27:00 -0700 Subject: [PATCH] 1.8.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9ec9cb4d..b65908e9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ ## Unreleased +## [1.8.0] - 2020-07-19 + +### Added + +- Added search highlighting in time order & left heavy views [[#297](https://github.com/jlfwong/speedscope/pull/297)] + +### Fixed + +- Fix performance issues for the caller/callee flamegraphs in the sandwich view [[#296](https://github.com/jlfwong/speedscope/pull/296)] + ## [1.7.0] - 2020-07-13 ### Added diff --git a/package.json b/package.json index 48e5dad89..a92195310 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "speedscope", - "version": "1.7.0", + "version": "1.8.0", "description": "", "repository": "jlfwong/speedscope", "main": "index.js",