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 be393bb commit 7411cefCopy full SHA for 7411cef
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 5.0.1 - Tue Jul 11 2023 17:36:14
2
+
3
+**Contributor:** Aleksandr Ananin
4
5
+- Remove `params` parameter from `exec` function (#173)
6
7
## 4.2.1 - Tue May 23 2023 00:58:29
8
9
**Contributor:** Blake Embrey
package.json
@@ -1,6 +1,6 @@
{
"name": "sqlite",
- "version": "5.0.0",
+ "version": "5.0.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