mirror of
https://github.com/jlfwong/speedscope.git
synced 2024-11-22 22:14:25 +03:00
1.11.1
This commit is contained in:
parent
a10c834f99
commit
5f32640060
@ -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
|
## [1.11.0] - 2020-10-13
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "speedscope",
|
"name": "speedscope",
|
||||||
"version": "1.11.0",
|
"version": "1.11.1",
|
||||||
"description": "",
|
"description": "",
|
||||||
"repository": "jlfwong/speedscope",
|
"repository": "jlfwong/speedscope",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
|
Loading…
Reference in New Issue
Block a user