Skip to content

Commit 75b3e02

Browse files
committed
4.2.1 [skip ci]
1 parent 520e314 commit 75b3e02

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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 <[email protected]>
14+
115
## 4.2.0 (4.1.3) - Mon May 01 2023 10:52:06
216

317
**Contributor:** Andarist

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