diff --git a/CHANGELOG.md b/CHANGELOG.md index 678dafd49..5a684ebe7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [1.12.0] - 2020-11-12 + +### Added + +- Dark mode! [[#323](https://github.com/jlfwong/speedscope/pull/323)] + +### Fixed + +- Fixed incorrect highlighting when search result overlaps "…" [[#326](https://github.com/jlfwong/speedscope/pull/326)] + ## [1.11.1] - 2020-10-25 ### Fixed diff --git a/package.json b/package.json index e2a14c992..1bf3990c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "speedscope", - "version": "1.11.1", + "version": "1.12.0", "description": "", "repository": "jlfwong/speedscope", "main": "index.js",