Skip to content

Commit 4f61a03

Browse files
committed
4.1.0 [publish binary]
1 parent e6c71d3 commit 4f61a03

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
# Changelog
22

3+
## 4.1.0
4+
5+
- Electron v6 support [#1195](https://github.com/mapbox/node-sqlite3/pull/1195)
6+
- Electron v4.1 and v4.2 support [#1180](https://github.com/mapbox/node-sqlite3/pull/1180)
7+
- Custom file header with `--sqlite_magic` [#1144](https://github.com/mapbox/node-sqlite3/pull/1144)
8+
- https everywhere [#1177](https://github.com/mapbox/node-sqlite3/pull/1177)
9+
310
## 4.0.7
411

512
- Node v12 support
613
- Electron v5 support
714
- Fix backup API tests
815
- HAVE_USLEEP=1 for all platforms
9-
- docker suport
16+
- docker suport
1017

1118
## 4.0.6
1219
- Release of 4.0.5 (again due CI)

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

0 commit comments

Comments
 (0)