Skip to content

Commit

Permalink
v2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
theogravity committed Nov 27, 2017
1 parent c955f37 commit 8d95b31
Show file tree
Hide file tree
Showing 3 changed files with 210 additions and 16 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

### [v2.9.0]
> 2017-11-27
- Move away from global db object in readme ([#45](https://github.com/kriasoft/node-sqlite/pull/45))
- 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))
- Fix readme typo ([#46](https://github.com/kriasoft/node-sqlite/pull/49))
- Bump up baseline `sqlite3` version from `3.1.8` -> `3.1.13`

### [v2.8.0]
> 2017-05-21
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "sqlite",
"version": "2.8.0",
"version": "2.9.0",
"description": "SQLite client for Node.js applications with SQL-based migrations API",
"repository": "kriasoft/node-sqlite",
"author": "Kriasoft <[email protected]> (https://www.kriasoft.com)",
Expand Down Expand Up @@ -50,7 +50,7 @@
}
},
"dependencies": {
"sqlite3": "^3.1.8"
"sqlite3": "3.1.13"
},
"devDependencies": {
"babel-cli": "^6.22.2",
Expand Down
Loading

0 comments on commit 8d95b31

Please sign in to comment.