Skip to content

Commit 475ce02

Browse files
committed
document changes and bump version for 0.2.2
1 parent b87a209 commit 475ce02

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ChangeLog

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
v0.2.2 -
2+
* don't crash when a user accidentally allocates a HeapDiff without new (ala new require('memwatch').HeapDiff()) #30
3+
14
v0.2.1 -
25
* 0.10.0 support (thanks @rvagg and @tmuellerleile)
36
* improved windows build support (no longer requires sed in path, thanks @mscdex)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "memwatch",
33
"description": "Keep an eye on your memory usage, and discover and isolate leaks.",
4-
"version": "0.2.1",
4+
"version": "0.2.2",
55
"author": "Lloyd Hilaiel (http://lloyd.io)",
66
"engines": { "node": ">= 0.6.0" },
77
"repository": {

0 commit comments

Comments
 (0)