Skip to content

Commit b7bae0d

Browse files
author
Theo Gravity
committed
v4.2.0
1 parent 9461d51 commit b7bae0d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
## 4.2.0 - Mon May 01 2023 10:52:06
1+
## 4.2.0 (4.1.3) - Mon May 01 2023 10:52:06
22

33
**Contributor:** Andarist
44

55
- move types condition to the front (#171)
66

7+
Package should have published under `4.2.0` but was also published as `4.1.3`.
8+
9+
Downgrade to `4.1.2` if you are having issues and raise an issue.
10+
711
## 4.1.2 - Tue Jul 19 2022 16:51:14
812

913
**Contributor:** rinsuki

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