We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 033fdff commit f86c213Copy full SHA for f86c213
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 5.1.1 - Wed Nov 01 2023 23:59:09
2
+
3
+**Contributor:** Theo Gravity
4
5
+- Update vendor typings to use sqlite3 (#176)
6
7
## 5.0.1 - Tue Jul 11 2023 17:36:14
8
9
**Contributor:** Aleksandr Ananin
package.json
@@ -1,6 +1,6 @@
{
"name": "sqlite",
- "version": "5.1.0",
+ "version": "5.1.1",
"description": "SQLite client for Node.js applications with SQL-based migrations API written in Typescript",
"main": "build/index.js",
"types": "build/index.d.ts",
0 commit comments