Skip to content

Commit f870651

Browse files
committed
Republish latest stable version as 2.0.2, as it was replaced with a beta version in npm
1 parent eb3a289 commit f870651

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
02-08-2020 Paul Rütter
1+
12-10-2020 Paul Rütter
2+
- 2.0.2
3+
- Fix latest published version, was replaced with beta.
4+
5+
02-08-2020 Paul Rütter
26
- 2.0.1
37
- Fixed prebuilt binaries path.
48

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: 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.1",
3+
"version": "2.0.2",
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)