Skip to content

Commit f3491a7

Browse files
committed
v4.0.7 [publish binary]
1 parent 53dc9cb commit f3491a7

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 4.0.7
4+
5+
- Node v12 support
6+
- Electron v5 support
7+
- Fix backup API tests
8+
- HAVE_USLEEP=1 for all platforms
9+
- docker suport
10+
11+
## 4.0.6
12+
- Release of 4.0.5 (again due CI)
313

414
## 4.0.5
515
- **SECURITY:** Upgrade SQLite to 3.26.0 [#1088](https://github.com/mapbox/node-sqlite3/pull/1088)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Asynchronous, non-blocking [SQLite3](http://sqlite.org/) bindings for [Node.js](
1010

1111
## Supported platforms
1212

13-
The `sqlite3` module works with Node.js v4.x, v6.x, v8.x, and v10.x.
13+
The `sqlite3` module works with Node.js v4.x, v6.x, v8.x, v10.x, v11.x and v12.x.
1414

1515
Binaries for most Node versions and platforms are provided by default via [node-pre-gyp](https://github.com/mapbox/node-pre-gyp).
1616

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sqlite3",
33
"description": "Asynchronous, non-blocking SQLite3 bindings",
4-
"version": "4.0.6",
4+
"version": "4.0.7",
55
"homepage": "http://github.com/mapbox/node-sqlite3",
66
"author": {
77
"name": "MapBox",

0 commit comments

Comments
 (0)