diff --git a/CHANGELOG.md b/CHANGELOG.md index b0059e4..5c4da87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ ## Unreleased +## [1.0.2] - 2018-09-04 + ### Fixed + * Allow optional CR before LF when probing collapsed stacks files [#154] * Fix import for Firefox 63 [#156] * Change time formatting for minutes from 1.50min to 1:30 [#153] diff --git a/package.json b/package.json index 6f71eac..86466ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "speedscope", - "version": "1.0.1", + "version": "1.0.2", "description": "", "repository": "jlfwong/speedscope", "main": "index.js",