Skip to content

Commit 655fa25

Browse files
committed
4.1.2 [skip ci]
1 parent 4fe5c7a commit 655fa25

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.1.2 - Tue Jul 19 2022 16:51:14
2+
3+
**Contributor:** rinsuki
4+
5+
- Support TS 4.7+ node16/next module mode (#164)
6+
17
## 4.1.1 - Sun Apr 24 2022 00:00:52
28

39
**Contributor:** Theo Gravity

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.1.1",
3+
"version": "4.1.2",
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)