Skip to content

Commit 8d95b31

Browse files
committed
v2.9.0
1 parent c955f37 commit 8d95b31

File tree

3 files changed

+210
-16
lines changed

3 files changed

+210
-16
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

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

5+
### [v2.9.0]
6+
> 2017-11-27
7+
8+
- Move away from global db object in readme ([#45](https://github.com/kriasoft/node-sqlite/pull/45))
9+
- Fix typescript 2.6.1 issue where *.d.ts contains executable code when it is no longer allowed ([#47](https://github.com/kriasoft/node-sqlite/pull/47))
10+
- Fix readme typo ([#46](https://github.com/kriasoft/node-sqlite/pull/49))
11+
- Bump up baseline `sqlite3` version from `3.1.8` -> `3.1.13`
12+
513
### [v2.8.0]
614
> 2017-05-21
715

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "sqlite",
4-
"version": "2.8.0",
4+
"version": "2.9.0",
55
"description": "SQLite client for Node.js applications with SQL-based migrations API",
66
"repository": "kriasoft/node-sqlite",
77
"author": "Kriasoft <[email protected]> (https://www.kriasoft.com)",
@@ -50,7 +50,7 @@
5050
}
5151
},
5252
"dependencies": {
53-
"sqlite3": "^3.1.8"
53+
"sqlite3": "3.1.13"
5454
},
5555
"devDependencies": {
5656
"babel-cli": "^6.22.2",

0 commit comments

Comments
 (0)