Commit 57f97d22 by Dane Springmeyer

bump to v4.0.1 [publish binary]

parent 8fb9a201
# Changelog # Changelog
## 4.0.1
- Node v10 support
- Upgrade to node-pre-gyp@0.10.1
- Upgrade to nan@2.10.0
- Upgrade to sqlite v3.24.0
- Stopped bundling node-pre-gyp
- Upgrade to mocha@5
- Now building electron binaries (@kewde)
- Add OPEN_FULLMUTEX constant
## 4.0.0 ## 4.0.0
- Drop support for Node v0.10 and v.12 - Drop support for Node v0.10 and v.12
...@@ -66,7 +77,7 @@ ...@@ -66,7 +77,7 @@
- Support for node 5.x - Support for node 5.x
- Upgraded SQLite to 3.9.1: https://www.sqlite.org/releaselog/3_9_1.html - Upgraded SQLite to 3.9.1: https://www.sqlite.org/releaselog/3_9_1.html
- Enabled json1 extension by default - Enabled json1 extension by default
## 3.1.0 ## 3.1.0
......
{ {
"name": "sqlite3", "name": "sqlite3",
"description": "Asynchronous, non-blocking SQLite3 bindings", "description": "Asynchronous, non-blocking SQLite3 bindings",
"version": "4.0.0", "version": "4.0.1",
"homepage": "http://github.com/mapbox/node-sqlite3", "homepage": "http://github.com/mapbox/node-sqlite3",
"author": { "author": {
"name": "MapBox", "name": "MapBox",
......
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