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 6562fec commit ad49dacCopy full SHA for ad49dac
CHANGELOG.md
@@ -1,5 +1,11 @@
1
## Unreleased
2
3
+## [1.3.1] - 2018-11-08
4
+
5
+### Fixed
6
7
+* Fixed a file import performance regression by using TextDecoder [#188] (by @jlfwong)
8
9
## [1.3.0] - 2018-10-29
10
11
### Added
package.json
@@ -1,6 +1,6 @@
{
"name": "speedscope",
- "version": "1.3.0",
+ "version": "1.3.1",
"description": "",
"repository": "jlfwong/speedscope",
"main": "index.js",
0 commit comments