This commit is contained in:
Jamie Wong 2019-01-22 12:03:31 -08:00
parent 8c574d1c92
commit 7cca1a76bc
2 changed files with 4 additions and 1 deletions

View File

@ -1,8 +1,11 @@
## Unreleased
## [1.4.0] - 2019-01-22
### Added
* Import v8 cpu profile (old format) [#177] (by @vmarchaud)
* Import basic "Trace Event Format" profiles [#197] (by @jlfwong)
## [1.3.2] - 2018-12-03

View File

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