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 4fe5c7a commit 655fa25Copy full SHA for 655fa25
CHANGELOG.md
@@ -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
7
## 4.1.1 - Sun Apr 24 2022 00:00:52
8
9
**Contributor:** Theo Gravity
package.json
@@ -1,6 +1,6 @@
{
"name": "sqlite",
- "version": "4.1.1",
+ "version": "4.1.2",
"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