Skip to content

Commit 28d70d6

Browse files
committed
release: v5.0.2 [publish binary]
1 parent ddbbe91 commit 28d70d6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Changelog
2+
## 5.0.2
3+
- build: rebuild binaries before publishing [#1426](https://github.com/mapbox/node-sqlite3/pull/1426)
24

35
## 5.0.1
46
- dep: node-addon-api to ^3.0.0 [#1367](https://github.com/mapbox/node-sqlite3/pull/1367)
@@ -8,7 +10,6 @@
810
- bug: worker threads crash [#1367](https://github.com/mapbox/node-sqlite3/pull/1367)
911
- bug: segfaults [#1368](https://github.com/mapbox/node-sqlite3/pull/1368)
1012
- 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)
1213

1314
## 5.0.0
1415
- prebuilt: Node 14 support, dropped support for all version of Node < 10 [#1304](https://github.com/mapbox/node-sqlite3/pull/1304)

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

0 commit comments

Comments
 (0)