Skip to content

Commit

Permalink
0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Wong committed Aug 12, 2018
1 parent 7368e15 commit 558e98d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,8 +2,12 @@

### Added

## [0.5.1] - 2018-08-09

### Fixed

* Fixed broken CLI

## [0.5.0] - 2018-08-09

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion bin/cli.js
Expand Up @@ -60,7 +60,7 @@ async function main() {
throw new Error('At most one argument expected')
}

let urlToOpen = 'file://' + path.resolve(__dirname, './dist/release/index.html')
let urlToOpen = 'file://' + path.resolve(__dirname, '../dist/release/index.html')

if (process.argv.length === 3) {
const relPath = process.argv[2]
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "speedscope",
"version": "0.5.0",
"version": "0.5.1",
"description": "",
"repository": "jlfwong/speedscope",
"main": "index.js",
Expand Down

0 comments on commit 558e98d

Please sign in to comment.