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.3]
6+ > 2018-08-22
7+
8+ - Change baseline ` sqlite3 ` version from ` 4.0.0 ` -> ` ^4.0.0 ` ([ #71 ] ( https://github.com/kriasoft/node-sqlite/pull/71 ) )
9+
510### [ v2.9.2]
611> 2018-04-20
712
Original file line number Diff line number Diff line change 11{
22 "private" : true ,
33 "name" : " sqlite" ,
4- "version" : " 2.9.2 " ,
4+ "version" : " 2.9.3 " ,
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)" ,
Original file line number Diff line number Diff line change @@ -2428,7 +2428,7 @@ sprintf-js@~1.0.2:
24282428 version "1.0.3"
24292429 resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
24302430
2431- sqlite3@4.0.2 :
2431+ sqlite3@^ 4.0.0 :
24322432 version "4.0.2"
24332433 resolved "https://registry.yarnpkg.com/sqlite3/-/sqlite3-4.0.2.tgz#1bbeb68b03ead5d499e42a3a1b140064791c5a64"
24342434 dependencies :
You can’t perform that action at this time.
0 commit comments