Skip to content

Commit a3dabed

Browse files
committed
v 1.1.1
1 parent cb94349 commit a3dabed

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v1.1.1 - 01-23-2020
4+
5+
- Knex update for security
6+
37
## v1.1.0 - 12-30-2019
48

59
- Allow knex instance to be referenced by `this.knex` in addition to `this.db`

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "datasource-sql",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "SQL DataSource for Apollo GraphQL projects",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)