diff --git a/History.md b/History.md index 3c05b29..6fb6398 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,11 @@ +0.0.7 / 2014-11-03 +================== + + * gitignore: ignore single letter ?.js test files + * lib: only slice buffer in set() in the non-instance case + * package: allow any "debug" v2 + 0.0.6 / 2014-06-19 ================== diff --git a/package.json b/package.json index 67b9dc9..0dadb6f 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "c++", "ffi" ], - "version": "0.0.6", + "version": "0.0.7", "author": "Nathan Rajlich (http://tootallnate.net)", "repository": { "type": "git",