Skip to content

Commit eb3a289

Browse files
Update prebuilt path and publish as 2.0.1
1 parent 964f7bf commit eb3a289

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
20-07-2020 Paul Rütter
1+
02-08-2020 Paul Rütter
2+
- 2.0.1
3+
- Fixed prebuilt binaries path.
4+
5+
20-07-2020 Paul Rütter
26
- 2.0
37
- Added prebuilt binaries again, in a new major version. To "solve" https://github.com/blueconic/node-oom-heapdump/issues/13.
48

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-oom-heapdump",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Create a V8 heap snapshot when an \"Out of Memory\" error occurs, or create a heap snapshot or CPU profile on request.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)