Skip to content

Commit 7411cef

Browse files
committed
5.0.1 [skip ci]
1 parent be393bb commit 7411cef

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+
## 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+
17
## 4.2.1 - Tue May 23 2023 00:58:29
28

39
**Contributor:** Blake Embrey

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": "5.0.0",
3+
"version": "5.0.1",
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)