Skip to content

Commit 548bc60

Browse files
committed
v3.0.3
1 parent a1cd976 commit 548bc60

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
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.3]
6+
> 2019-03-22
7+
8+
- Export class types for flow [#88](https://github.com/kriasoft/node-sqlite/pull/88)
9+
510
### [v3.0.2]
611
> 2019-02-14
712

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.2",
4+
"version": "3.0.3",
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)