Skip to content

Commit cb49054

Browse files
committed
Update CHANGELOG.md
1 parent 8016a93 commit cb49054

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ npm-debug.log*
99
.eslint-cache
1010
.yarn-integrity
1111
.idea
12+
coverage/

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
### [v3.0.4]
5+
### [v3.0.4], [v3.0.5]
66
> 2020-03-22
77
88
Accidentally published v4 beta into mainline npm. This is a revert publish.

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.4",
4+
"version": "3.0.5",
55
"description": "SQLite client for Node.js applications with SQL-based migrations API",
66
"repository": "kriasoft/node-sqlite",
77
"author": "Kriasoft <[email protected]> (https://www.kriasoft.com)",

0 commit comments

Comments
 (0)