We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97a30b9 commit 7bba942Copy full SHA for 7bba942
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+### [v3.0.4]
6
+> 2020-03-22
7
+
8
+Accidentally published v4 beta into mainline npm. This is a revert publish.
9
10
+(Check out the v4 beta: https://github.com/kriasoft/node-sqlite/issues/105)
11
12
### [v3.0.3]
13
> 2019-03-22
14
package.json
@@ -1,7 +1,7 @@
1
{
"private": true,
"name": "sqlite",
- "version": "3.0.3",
+ "version": "3.0.4",
"description": "SQLite client for Node.js applications with SQL-based migrations API",
"repository": "kriasoft/node-sqlite",
"author": "Kriasoft <hello@kriasoft.com> (https://www.kriasoft.com)",
0 commit comments