Skip to content

Commit fa5118f

Browse files
committed
4.0.24 [skip ci]
1 parent 49b7c07 commit fa5118f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
## 4.0.23 - Mon May 24 2021 21:17:44
28

39
**Contributor:** dependabot[bot]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sqlite",
3-
"version": "4.0.23",
3+
"version": "4.0.24",
44
"description": "SQLite client for Node.js applications with SQL-based migrations API written in Typescript",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

0 commit comments

Comments
 (0)