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 520e314 commit 75b3e02Copy full SHA for 75b3e02
CHANGELOG.md
@@ -1,3 +1,17 @@
1
+## 4.2.1 - Tue May 23 2023 00:58:29
2
+
3
+**Contributor:** Blake Embrey
4
5
+- Support all SQL template libraries (#172)
6
7
+* Support all SQL template libraries
8
9
+* Remove sql-template-strings from lib
10
11
+---------
12
13
+Co-authored-by: Theo Gravity <theo@suteki.nu>
14
15
## 4.2.0 (4.1.3) - Mon May 01 2023 10:52:06
16
17
**Contributor:** Andarist
package.json
@@ -1,6 +1,6 @@
{
"name": "sqlite",
- "version": "4.2.0",
+ "version": "4.2.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",
0 commit comments