This commit is contained in:
Jamie Wong 2019-01-22 21:53:09 -08:00
parent 864c065053
commit ddc61302e8
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
## Unreleased ## Unreleased
## [1.4.1] - 2019-01-22
### Fixed
* Fix importing of Trace Event Format files with no ts field on M events [#198] (by @jlfwong)
## [1.4.0] - 2019-01-22 ## [1.4.0] - 2019-01-22
### Added ### Added

View File

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