Skip to content

Commit 7bba942

Browse files
committed
Update package.json
1 parent 97a30b9 commit 7bba942

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

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+
512
### [v3.0.3]
613
> 2019-03-22
714

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "sqlite",
4-
"version": "3.0.3",
4+
"version": "3.0.4",
55
"description": "SQLite client for Node.js applications with SQL-based migrations API",
66
"repository": "kriasoft/node-sqlite",
77
"author": "Kriasoft <hello@kriasoft.com> (https://www.kriasoft.com)",

0 commit comments

Comments
 (0)