Unverified Commit f3491a7f by Kewde

v4.0.7 [publish binary]

parent 53dc9cbd
# Changelog
## 4.0.7
- Node v12 support
- Electron v5 support
- Fix backup API tests
- HAVE_USLEEP=1 for all platforms
- docker suport
## 4.0.6
- Release of 4.0.5 (again due CI)
## 4.0.5
- **SECURITY:** Upgrade SQLite to 3.26.0 [#1088](https://github.com/mapbox/node-sqlite3/pull/1088)
......
......@@ -10,7 +10,7 @@ Asynchronous, non-blocking [SQLite3](http://sqlite.org/) bindings for [Node.js](
## Supported platforms
The `sqlite3` module works with Node.js v4.x, v6.x, v8.x, and v10.x.
The `sqlite3` module works with Node.js v4.x, v6.x, v8.x, v10.x, v11.x and v12.x.
Binaries for most Node versions and platforms are provided by default via [node-pre-gyp](https://github.com/mapbox/node-pre-gyp).
......
{
"name": "sqlite3",
"description": "Asynchronous, non-blocking SQLite3 bindings",
"version": "4.0.6",
"version": "4.0.7",
"homepage": "http://github.com/mapbox/node-sqlite3",
"author": {
"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