diff --git a/CHANGELOG.md b/CHANGELOG.md index 71374d8..ee7a9dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. +### [v3.0.2] +> 2019-02-14 + +- Flow: Add Flow typings [#86](https://github.com/kriasoft/node-sqlite/pull/86) + ### [v3.0.1] > 2019-01-28 diff --git a/package.json b/package.json index 10d7b03..a76ec03 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "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 (https://www.kriasoft.com)",