Skip to content

Commit 0ed4c95

Browse files
committed
v0.0.6
1 parent bae3dc0 commit 0ed4c95

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

History.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
11

2+
0.0.6 / 2014-06-19
3+
==================
4+
5+
* package: update "ref" to v0.3.2
6+
* package: update "debug" to v1.0.1
7+
* test: remove v8 namespace import
8+
* test: use "bindings" module to load the native tests
9+
* README: add appveyor build badge
10+
* History: match `git changelog` syntax
11+
* package: loosely pin the deps
12+
* test: nan-ify tests
13+
* README: fix Travis badge
14+
* README: use svg for Travis badge
15+
* travis: test node v0.8, v0.10, and v0.11
16+
* add appveyor.yml file for Windows testing
17+
* package: remove "engines" field
18+
* package: beautify
19+
* add a couple comments
20+
221
0.0.5 / 2013-01-24
322
==================
423

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"c++",
1010
"ffi"
1111
],
12-
"version": "0.0.5",
12+
"version": "0.0.6",
1313
"author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)",
1414
"repository": {
1515
"type": "git",

0 commit comments

Comments
 (0)