Skip to content

Commit 1afb915

Browse files
authored
4.1.0 [publish binary]
1 parent 50a5b5b commit 1afb915

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,27 @@
11
# Changelog
22

3+
## 4.1.1
4+
- Electron v6.1 and v7 support [#1237](https://github.com/mapbox/node-sqlite3/pull/1237)
5+
- Electron v7.1 support [#1254](https://github.com/mapbox/node-sqlite3/pull/1254)
6+
- SQLite3 update to 3.30.1 [#1238](https://github.com/mapbox/node-sqlite3/pull/1238)
7+
- Overwrite 'msbuild_toolset' only if 'toolset' is defined [#1242](https://github.com/mapbox/node-sqlite3/pull/1242)
8+
- Upgrade CI to node-gyp 6.x for Windows Electron v5 & v6 builds [#1245](https://github.com/mapbox/node-sqlite3/pull/1245)
9+
- Node v13 support [#1247](https://github.com/mapbox/node-sqlite3/pull/1247)
10+
- Use minimum supported node version for Electron 7 [#1255](https://github.com/mapbox/node-sqlite3/pull/1255)
11+
312
## 4.1.0
413

514
- Electron v6 support [#1195](https://github.com/mapbox/node-sqlite3/pull/1195)
615
- Electron v4.1 and v4.2 support [#1180](https://github.com/mapbox/node-sqlite3/pull/1180)
716
- Custom file header with `--sqlite_magic` [#1144](https://github.com/mapbox/node-sqlite3/pull/1144)
817
- https everywhere [#1177](https://github.com/mapbox/node-sqlite3/pull/1177)
918

19+
## 4.0.9
20+
- Use trusty as the base for prebuilts [#1167](https://github.com/mapbox/node-sqlite3/pull/1167)
21+
22+
## 4.0.8
23+
- Rerelease of 4.0.7 but removed excess .vscode files [0df90c7](https://github.com/mapbox/node-sqlite3/commit/0df90c7811331169ad5f8fbad396422e72757af3)
24+
1025
## 4.0.7
1126

1227
- Node v12 support

package.json

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

0 commit comments

Comments
 (0)