File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
+ ## 5.0.2
3
+ - build: rebuild binaries before publishing [ #1426 ] ( https://github.com/mapbox/node-sqlite3/pull/1426 )
2
4
3
5
## 5.0.1
4
6
- dep: node-addon-api to ^3.0.0 [ #1367 ] ( https://github.com/mapbox/node-sqlite3/pull/1367 )
8
10
- bug: worker threads crash [ #1367 ] ( https://github.com/mapbox/node-sqlite3/pull/1367 )
9
11
- bug: segfaults [ #1368 ] ( https://github.com/mapbox/node-sqlite3/pull/1368 )
10
12
- typo: broken link to MapBox site [ #1369 ] ( https://github.com/mapbox/node-sqlite3/pull/1369 )
11
- - build: rebuild binaries before publishing [ #1426 ] ( https://github.com/mapbox/node-sqlite3/pull/1426 )
12
13
13
14
## 5.0.0
14
15
- prebuilt: Node 14 support, dropped support for all version of Node < 10 [ #1304 ] ( https://github.com/mapbox/node-sqlite3/pull/1304 )
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" : " 5.0.1 " ,
4
+ "version" : " 5.0.2 " ,
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