We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a10c834 commit 5f32640Copy full SHA for 5f32640
CHANGELOG.md
@@ -1,4 +1,9 @@
1
-## Unreleased
+## [1.11.1] - 2020-10-25
2
+
3
+### Fixed
4
5
+- Fix trace-event import for many cases where there are 'ts' collisions [[#322](https://github.com/jlfwong/speedscope/pull/322)]
6
+- Fix import of trace event files where B/E events' args don't match [[#321](https://github.com/jlfwong/speedscope/pull/321)]
7
8
## [1.11.0] - 2020-10-13
9
package.json
@@ -1,6 +1,6 @@
{
"name": "speedscope",
- "version": "1.11.0",
+ "version": "1.11.1",
"description": "",
"repository": "jlfwong/speedscope",
"main": "index.js",
0 commit comments