This commit is contained in:
Jamie Wong
2020-11-12 01:57:41 -08:00
parent 361bdc9cd2
commit b32ff08ca3
2 changed files with 11 additions and 1 deletions
+10
View File
@@ -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
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "speedscope",
"version": "1.11.1",
"version": "1.12.0",
"description": "",
"repository": "jlfwong/speedscope",
"main": "index.js",