Skip to content

Commit b1dce13

Browse files
committed
bump version
1 parent 5e54394 commit b1dce13

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
01-10-2017 - Paul Rütter
2+
- 1.0.3 - Minor doc changes.
3+
14
01-10-2017 - Paul Rütter
25
- 1.0.2 - Refactored code; split up API and implementation. Also added API for creating heapdumps on the fly. Documentation updated.
36

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-oom-heapdump",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Create a V8 heap snapshot right before an \"Out of Memory\" error occurs, or create a heap snapshot on request.",
55
"main": "index.js",
66
"scripts": {
@@ -33,4 +33,4 @@
3333
"chrome-remote-interface": "^0.25.0",
3434
"gc-stats": "^1.0.2"
3535
}
36-
}
36+
}

0 commit comments

Comments
 (0)