This commit is contained in:
Jamie Wong 2020-07-19 21:27:00 -07:00
parent dfaefe54fd
commit c3b35d7b0f
2 changed files with 11 additions and 1 deletions

View File

@ -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

View File

@ -1,6 +1,6 @@
{
"name": "speedscope",
"version": "1.7.0",
"version": "1.8.0",
"description": "",
"repository": "jlfwong/speedscope",
"main": "index.js",