Skip to content

Commit

Permalink
Minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jwadhwani committed Sep 6, 2016
1 parent 6119ef5 commit a309695
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
<a name="1.0.2"></a>
## 1.0.2 (2016-09-06)

* Added docs for using in own apps ([6119ef5](https://github.com/jwadhwani/gc-trace-parser-csv/commit/6119ef5))
* Added Plotly URLs ([a0fe31a](https://github.com/jwadhwani/gc-trace-parser-csv/commit/a0fe31a))
* Fixed issue with cli ([239270d](https://github.com/jwadhwani/gc-trace-parser-csv/commit/239270d))
* Made cli name consistent with the package ([6627650](https://github.com/jwadhwani/gc-trace-parser-csv/commit/6627650))



<a name="1.0.0"></a>
# 1.0.0 (2016-09-05)

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "gc-trace-parser-csv",
"version": "1.0.1",
"version": "1.0.2",
"description": "Parser for the V8's -gc_trace option with export to csv",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit a309695

Please sign in to comment.