Skip to content

Commit 8ac40bf

Browse files
authored
Merge pull request #56 from k3rn31p4nic/master
Update sqlite3 to v4.0.0
2 parents ced1a55 + 00c6cf5 commit 8ac40bf

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 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+
### [v2.9.2]
6+
> 2018-04-20
7+
8+
- Bump up baseline `sqlite3` version from `3.1.13` -> `4.0.0` ([#56](https://github.com/kriasoft/node-sqlite/pull/56))
9+
510
### [v2.9.1]
611
> 2018-01-13
712
@@ -92,6 +97,7 @@ All notable changes to this project will be documented in this file.
9297
(Harmony Modules)
9398

9499
[unreleased]: https://github.com/kriasoft/node-sqlite/compare/v2.7.0...HEAD
100+
[v2.9.2]: https://github.com/kriasoft/node-sqlite/compare/v2.9.1...v2.9.2
95101
[v2.7.0]: https://github.com/kriasoft/node-sqlite/compare/v2.6.0...v2.7.0
96102
[v2.6.0]: https://github.com/kriasoft/node-sqlite/compare/v2.5.0...v2.6.0
97103
[v2.5.0]: https://github.com/kriasoft/node-sqlite/compare/v2.4.0...v2.5.0

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "sqlite",
4-
"version": "2.9.1",
4+
"version": "2.9.2",
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)",
@@ -50,7 +50,7 @@
5050
}
5151
},
5252
"dependencies": {
53-
"sqlite3": "3.1.13"
53+
"sqlite3": "4.0.0"
5454
},
5555
"devDependencies": {
5656
"babel-cli": "^6.22.2",

0 commit comments

Comments
 (0)