This commit is contained in:
Jamie Wong 2020-10-25 01:50:28 -07:00
parent a10c834f99
commit 5f32640060
2 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,9 @@
## Unreleased
## [1.11.1] - 2020-10-25
### Fixed
- Fix trace-event import for many cases where there are 'ts' collisions [[#322](https://github.com/jlfwong/speedscope/pull/322)]
- Fix import of trace event files where B/E events' args don't match [[#321](https://github.com/jlfwong/speedscope/pull/321)]
## [1.11.0] - 2020-10-13

View File

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