Skip to content

Commit 57f97d2

Browse files
author
Dane Springmeyer
committed
bump to v4.0.1 [publish binary]
1 parent 8fb9a20 commit 57f97d2

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 4.0.1
4+
5+
- Node v10 support
6+
- Upgrade to node-pre-gyp@0.10.1
7+
- Upgrade to nan@2.10.0
8+
- Upgrade to sqlite v3.24.0
9+
- Stopped bundling node-pre-gyp
10+
- Upgrade to mocha@5
11+
- Now building electron binaries (@kewde)
12+
- Add OPEN_FULLMUTEX constant
13+
314
## 4.0.0
415

516
- Drop support for Node v0.10 and v.12
@@ -66,7 +77,7 @@
6677

6778
- Support for node 5.x
6879
- Upgraded SQLite to 3.9.1: https://www.sqlite.org/releaselog/3_9_1.html
69-
- Enabled json1 extension by default
80+
- Enabled json1 extension by default
7081

7182
## 3.1.0
7283

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.0",
4+
"version": "4.0.1",
55
"homepage": "http://github.com/mapbox/node-sqlite3",
66
"author": {
77
"name": "MapBox",

0 commit comments

Comments
 (0)