Skip to content

Commit

Permalink
5.0.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
theogravity committed Jul 11, 2023
1 parent be393bb commit 7411cef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
## 5.0.1 - Tue Jul 11 2023 17:36:14

**Contributor:** Aleksandr Ananin

- Remove `params` parameter from `exec` function (#173)

## 4.2.1 - Tue May 23 2023 00:58:29

**Contributor:** Blake Embrey
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit 7411cef

Please sign in to comment.