Skip to content

Commit 3797c2d

Browse files
committed
release: 5.0.1
1 parent 6e250c6 commit 3797c2d

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

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

3+
## 5.0.1
4+
- dep: node-addon-api to 2.0.1
5+
- bug: bad comparison of c string (#1347)
6+
- build: Install files to be deployed (#1352)
7+
- sqlite3: upgrade to 3.32.3 (#1351)
8+
39
## 5.0.0
410
- prebuilt: Node 14 support, dropped support for all version of Node < 10 [#1304](https://github.com/mapbox/node-sqlite3/pull/1304)
511
- prebuilt: add electron 7.2 [#1324](https://github.com/mapbox/node-sqlite3/pull/1324)
@@ -10,7 +16,7 @@
1016
## 4.2.0
1117
- electron: Electron v8, v8.1.x & v8.2.x [#1294](https://github.com/mapbox/node-sqlite3/pull/1294) [#1308](https://github.com/mapbox/node-sqlite3/pull/1308)
1218
- sqlite3: update to 3.31.1 (3310100) [#1289](https://github.com/mapbox/node-sqlite3/pull/1289)
13-
- webpack: split sqlite3-binding.js out so that it could be override by webpack [#1268](https://github.com/mapbox/node-sqlite3/pull/1268)
19+
- webpack: split sqlite3-binding.js out so that it could be override by webpack [#1268](https://github.com/mapbox/node-sqlite3/pull/1268)
1420
- sqlite3: enable 'SQLITE_ENABLE_DBSTAT_VTAB=1' [#1281](https://github.com/mapbox/node-sqlite3/pull/1281)
1521
- deps: remove request [#1287](https://github.com/mapbox/node-sqlite3/pull/1287)
1622
- deps: alternative update of node-gyp for electron (v1 - v4), windows [#1283](https://github.com/mapbox/node-sqlite3/pull/1283)

package.json

Lines changed: 2 additions & 2 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": "5.0.0",
4+
"version": "5.0.1",
55
"homepage": "https://github.com/mapbox/node-sqlite3",
66
"author": {
77
"name": "MapBox",
@@ -40,7 +40,7 @@
4040
"url": "git://github.com/mapbox/node-sqlite3.git"
4141
},
4242
"dependencies": {
43-
"node-addon-api": "2.0.0",
43+
"node-addon-api": "2.0.1",
4444
"node-pre-gyp": "^0.11.0"
4545
},
4646
"devDependencies": {

0 commit comments

Comments
 (0)