Skip to content

Commit 75a06bf

Browse files
author
Dane Springmeyer
committed
bump to v3.1.7, upgrade nan/node-pre-gyp/mocha [publish binary]
1 parent ece96cc commit 75a06bf

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

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

3+
## 3.1.7
4+
5+
- Upgrade sqlite to 3.15, enable FTS4, FTS5 (@wmertens)
6+
- Upgrade to node-pre-gyp@0.6.31 and nan@2.4.0
7+
38
## 3.1.6
49

510
- Starts bundling node-pre-gyp again to avoid #720

package.json

Lines changed: 4 additions & 4 deletions
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": "3.1.6",
4+
"version": "3.1.7",
55
"homepage": "http://github.com/mapbox/node-sqlite3",
66
"author": {
77
"name": "MapBox",
@@ -37,14 +37,14 @@
3737
"url": "git://github.com/mapbox/node-sqlite3.git"
3838
},
3939
"dependencies": {
40-
"nan": "~2.3.3",
41-
"node-pre-gyp": "~0.6.28"
40+
"nan": "~2.4.0",
41+
"node-pre-gyp": "~0.6.31"
4242
},
4343
"bundledDependencies": [
4444
"node-pre-gyp"
4545
],
4646
"devDependencies": {
47-
"mocha": "2.x",
47+
"mocha": "3.x",
4848
"aws-sdk": "2.x"
4949
},
5050
"scripts": {

0 commit comments

Comments
 (0)