We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8016a93 commit cb49054Copy full SHA for cb49054
.gitignore
@@ -9,3 +9,4 @@ npm-debug.log*
9
.eslint-cache
10
.yarn-integrity
11
.idea
12
+coverage/
CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
All notable changes to this project will be documented in this file.
4
5
-### [v3.0.4]
+### [v3.0.4], [v3.0.5]
6
> 2020-03-22
7
8
Accidentally published v4 beta into mainline npm. This is a revert publish.
package.json
@@ -1,7 +1,7 @@
1
{
"private": true,
"name": "sqlite",
- "version": "3.0.4",
+ "version": "3.0.5",
"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