Skip to content

Commit efab48f

Browse files
committed
Merged release branch into main
2 parents 7df0f8c + 1523d9e commit efab48f

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Asynchronous, non-blocking [SQLite3](https://sqlite.org/) bindings for [Node.js]
1717
- [Extension support](https://github.com/TryGhost/node-sqlite3/wiki/API#databaseloadextensionpath-callback), including bundled support for the [json1 extension](https://www.sqlite.org/json1.html)
1818
- Big test suite
1919
- Written in modern C++ and tested for memory leaks
20-
- Bundles SQLite v3.38.4, or you can build using a local SQLite
20+
- Bundles SQLite v3.39.1, or you can build using a local SQLite
2121

2222
# Installing
2323

deps/common-sqlite.gypi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
'variables': {
3-
'sqlite_version%':'3380400',
3+
'sqlite_version%':'3390100',
44
"toolset%":'',
55
},
66
'target_defaults': {

deps/sqlite-autoconf-3380400.tar.gz

-2.89 MB
Binary file not shown.

deps/sqlite-autoconf-3390100.tar.gz

2.92 MB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
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.8",
4+
"version": "5.0.9",
55
"homepage": "https://github.com/TryGhost/node-sqlite3",
66
"author": {
77
"name": "Mapbox",

0 commit comments

Comments
 (0)