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 49b7c07 commit fa5118fCopy full SHA for fa5118f
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 4.0.24 - Sun Mar 06 2022 20:12:24
2
+
3
+**Contributor:** fresheneesz
4
5
+- Updating exec to support passed in parameters like the other functions do. (#155)
6
7
## 4.0.23 - Mon May 24 2021 21:17:44
8
9
**Contributor:** dependabot[bot]
package.json
@@ -1,6 +1,6 @@
{
"name": "sqlite",
- "version": "4.0.23",
+ "version": "4.0.24",
"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