Skip to content

Commit 3a97950

Browse files
committed
v3.0.1
1 parent 4463138 commit 3a97950

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ npm-debug.log*
88
.npm
99
.eslint-cache
1010
.yarn-integrity
11+
.idea

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

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

5+
### [v3.0.1]
6+
> 2019-01-28
7+
8+
- Typescript: Add cached option to open function [#81](https://github.com/kriasoft/node-sqlite/pull/81)
9+
- Typescript: Merged declarations for methods that accepts both string and SQLStatements in Database [#80](https://github.com/kriasoft/node-sqlite/pull/80)
10+
- Misc: Fix small typo [#84](https://github.com/kriasoft/node-sqlite/pull/84)
11+
512
### [v3.0.0]
613
> 2018-08-22
714

0 commit comments

Comments
 (0)