Skip to content

Commit

Permalink
@0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Aug 11, 2013
1 parent f77b4e4 commit f94c6a8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.7.0 @ Aug 11 2013
===================
* Added @pgte to contributors list
* (very) Minor perf improvements in C++ (@mscdex)
* Use NAN <https://github.com/rvagg/nan> for Node 0.8->0.11 compatibility

0.6.2 @ Jul 07 2013
===================
* Compatibility for Node 0.11.3, breaks compatibility with 0.11.2
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
, "keywords": [
"leveldb"
]
, "version" : "0.6.2"
, "version" : "0.7.0"
, "main" : "index.js"
, "dependencies" : {
"bindings" : "~1.1.0"
"bindings" : "~1.1.1"
}
, "devDependencies" : {
"tap" : "~0.4.1"
, "rimraf" : "~2.1.4"
, "mkfiletree" : "~0.0.0"
, "readfiletree" : "~0.0.0"
, "abstract-leveldown" : "~0.7.0"
, "abstract-leveldown" : "~0.9.0"
, "monotonic-timestamp" : "~0.0.8"
, "du" : "~0.0.1"
}
Expand Down

0 comments on commit f94c6a8

Please sign in to comment.