Skip to content

Commit 13584dc

Browse files
committed
2.9.3
1 parent cc33de6 commit 13584dc

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 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.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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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)",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)