We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1cd976 commit 548bc60Copy full SHA for 548bc60
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+### [v3.0.3]
6
+> 2019-03-22
7
+
8
+- Export class types for flow [#88](https://github.com/kriasoft/node-sqlite/pull/88)
9
10
### [v3.0.2]
11
> 2019-02-14
12
package.json
@@ -1,7 +1,7 @@
1
{
"private": true,
"name": "sqlite",
- "version": "3.0.2",
+ "version": "3.0.3",
"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