Skip to content

Commit

Permalink
v1.2.1 - knex update
Browse files Browse the repository at this point in the history
  • Loading branch information
cvburgess committed Apr 23, 2020
1 parent b57e2f6 commit d5f4453
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 35 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v1.2.1 - 04-22-2020

- Knex update ( v0.20.x )

## v1.2.0 - 04-07-2020

- Support specifying a knex instance instead of config object ( Thanks @theogravity! )
Expand Down
82 changes: 49 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "datasource-sql",
"version": "1.2.0",
"version": "1.2.1",
"description": "SQL DataSource for Apollo GraphQL projects",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"apollo-datasource": "^0.6.3",
"apollo-server-caching": "^0.5.0",
"knex": "^0.19.5",
"knex": "^0.21.0",
"knex-tiny-logger": "^1.1.0"
},
"devDependencies": {
Expand Down

0 comments on commit d5f4453

Please # to comment.