File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33All 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
Original file line number Diff line number Diff line change 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)" ,
5050 }
5151 },
5252 "dependencies" : {
53- "sqlite3" : " 3.1.13 "
53+ "sqlite3" : " 4.0.0 "
5454 },
5555 "devDependencies" : {
5656 "babel-cli" : " ^6.22.2" ,
You can’t perform that action at this time.
0 commit comments