Commit 77d51d57 by Dane Springmeyer

bump to v3.1.1 [publish binary]

parent dbb9cb3e
# Changelog # Changelog
## 3.1.1
- Support for node 5.x
## 3.1.0 ## 3.1.0
- Support for node 3.x and 4.x - Support for node 3.x and 4.x
......
...@@ -9,7 +9,7 @@ Asynchronous, non-blocking [SQLite3](http://sqlite.org/) bindings for [Node.js]( ...@@ -9,7 +9,7 @@ Asynchronous, non-blocking [SQLite3](http://sqlite.org/) bindings for [Node.js](
## Supported platforms ## Supported platforms
The `sqlite3` module works with Node.js v0.10.x or v0.12.x and io.js v1.x or 2.x. The `sqlite3` module works with Node.js v0.10.x, v0.12.x, v0.4.x, and v0.5.x.
Binaries for most Node versions and platforms are provided by default via [node-pre-gyp](https://github.com/mapbox/node-pre-gyp). Binaries for most Node versions and platforms are provided by default via [node-pre-gyp](https://github.com/mapbox/node-pre-gyp).
......
{ {
"name": "sqlite3", "name": "sqlite3",
"description": "Asynchronous, non-blocking SQLite3 bindings", "description": "Asynchronous, non-blocking SQLite3 bindings",
"version": "3.1.0", "version": "3.1.1",
"homepage": "http://github.com/mapbox/node-sqlite3", "homepage": "http://github.com/mapbox/node-sqlite3",
"author": { "author": {
"name": "MapBox", "name": "MapBox",
...@@ -37,8 +37,8 @@ ...@@ -37,8 +37,8 @@
"url": "git://github.com/mapbox/node-sqlite3.git" "url": "git://github.com/mapbox/node-sqlite3.git"
}, },
"dependencies": { "dependencies": {
"nan": "~2.0.5", "nan": "~2.1.0",
"node-pre-gyp": "~0.6.10" "node-pre-gyp": "~0.6.14"
}, },
"bundledDependencies": [ "bundledDependencies": [
"node-pre-gyp" "node-pre-gyp"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment