This commit is contained in:
Jamie Wong
2018-11-08 10:05:52 -08:00
parent 6562fec7a7
commit ad49dacb29
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -1,5 +1,11 @@
## Unreleased
## [1.3.1] - 2018-11-08
### Fixed
* Fixed a file import performance regression by using TextDecoder [#188] (by @jlfwong)
## [1.3.0] - 2018-10-29
### Added
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "speedscope",
"version": "1.3.0",
"version": "1.3.1",
"description": "",
"repository": "jlfwong/speedscope",
"main": "index.js",