From f3491a7f0b94487efc0def156e1ca3304001d516 Mon Sep 17 00:00:00 2001 From: Kewde Date: Wed, 8 May 2019 13:57:49 +0000 Subject: [PATCH] v4.0.7 [publish binary] --- CHANGELOG.md | 10 ++++++++++ README.md | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c68280e9d..cdb9ecc16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # 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) diff --git a/README.md b/README.md index 0f7097d8e..5669dd386 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/package.json b/package.json index 806cd88a4..8d9e3219e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "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",