Skip to content

Commit

Permalink
1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jlfwong committed Jul 20, 2020
1 parent dfaefe5 commit c3b35d7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "speedscope",
"version": "1.7.0",
"version": "1.8.0",
"description": "",
"repository": "jlfwong/speedscope",
"main": "index.js",
Expand Down

0 comments on commit c3b35d7

Please sign in to comment.