We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b53a3c4 commit 789e491Copy full SHA for 789e491
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+### [v3.0.2]
6
+> 2019-02-14
7
+
8
+- Flow: Add Flow typings [#86](https://github.com/kriasoft/node-sqlite/pull/86)
9
10
### [v3.0.1]
11
> 2019-01-28
12
package.json
@@ -1,7 +1,7 @@
1
{
"private": true,
"name": "sqlite",
- "version": "3.0.1",
+ "version": "3.0.2",
"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