File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
10
## 4.0.7
4
11
5
12
- Node v12 support
6
13
- Electron v5 support
7
14
- Fix backup API tests
8
15
- HAVE_USLEEP=1 for all platforms
9
- - docker suport
16
+ - docker suport
10
17
11
18
## 4.0.6
12
19
- Release of 4.0.5 (again due CI)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sqlite3" ,
3
3
"description" : " Asynchronous, non-blocking SQLite3 bindings" ,
4
- "version" : " 4.0.9 " ,
4
+ "version" : " 4.1.0 " ,
5
5
"homepage" : " https://github.com/mapbox/node-sqlite3" ,
6
6
"author" : {
7
7
"name" : " MapBox" ,
You can’t perform that action at this time.
0 commit comments