Skip to content

Commit 789e491

Browse files
committed
Version bump
1 parent b53a3c4 commit 789e491

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

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

5+
### [v3.0.2]
6+
> 2019-02-14
7+
8+
- Flow: Add Flow typings [#86](https://github.com/kriasoft/node-sqlite/pull/86)
9+
510
### [v3.0.1]
611
> 2019-01-28
712

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "sqlite",
4-
"version": "3.0.1",
4+
"version": "3.0.2",
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)