Skip to content

Commit

Permalink
chore(version): 2.0.2
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
haltcase committed Jun 30, 2019
1 parent 70fd12d commit 3573aa8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="v2.0.2"></a>
## [`v2.0.2`](https://github.com/citycide/trilogy/compare/v2.0.1...v2.0.2) (2019-06-30)


###### BUG FIXES

* escape input values in raw queries ([`43d0558`](https://github.com/citycide/trilogy/commit/43d0558345d00565a8592ada69fd680e2458b9cb))
* pass descriptor properties to knex properly ([`63c9569`](https://github.com/citycide/trilogy/commit/63c9569c5ef88e0e028b9fad12bd4ba6c843cd8e))

---

<a name="2.0.1"></a>
## [`2.0.1`](https://github.com/citycide/trilogy/compare/v2.0.0...v2.0.1) (2019-06-24)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trilogy",
"version": "2.0.1",
"version": "2.0.2",
"description": "TypeScript SQLite layer with support for both native C++ & pure JavaScript drivers.",
"license": "MIT",
"author": "Bo Lingen <lingenbw@gmail.com> (https://github.com/citycide)",
Expand Down

0 comments on commit 3573aa8

Please sign in to comment.