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 9461d51 commit b7bae0dCopy full SHA for b7bae0d
CHANGELOG.md
@@ -1,9 +1,13 @@
1
-## 4.2.0 - Mon May 01 2023 10:52:06
+## 4.2.0 (4.1.3) - Mon May 01 2023 10:52:06
2
3
**Contributor:** Andarist
4
5
- move types condition to the front (#171)
6
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
11
## 4.1.2 - Tue Jul 19 2022 16:51:14
12
13
**Contributor:** rinsuki
package.json
@@ -1,6 +1,6 @@
{
"name": "sqlite",
- "version": "4.1.3",
+ "version": "4.2.0",
"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