Skip to content

Commit

Permalink
v2.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Aug 6, 2014
1 parent 443f9fa commit 928dc31
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.2.6

Released August 6th, 2014

- Fix bundled version of node-pre-gyp

## 2.2.5

Released August 5th, 2014
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sqlite3",
"description": "Asynchronous, non-blocking SQLite3 bindings",
"version": "2.2.5",
"version": "2.2.6",
"homepage": "http://github.com/mapbox/node-sqlite3",
"author": {
"name": "MapBox",
Expand Down Expand Up @@ -52,6 +52,7 @@
},
"engineStrict": true,
"scripts": {
"prepublish":"npm ls",
"install": "node-pre-gyp install --fallback-to-build",
"pretest": "node test/support/createdb.js",
"test": "mocha -R spec --timeout 480000"
Expand Down

0 comments on commit 928dc31

Please sign in to comment.