Skip to content

Commit

Permalink
release 0.11.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rhys-vdw committed Jun 19, 2016
1 parent ec7349e commit d113795
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build/knex.js
Original file line number Diff line number Diff line change
Expand Up @@ -12093,7 +12093,7 @@ return /******/ (function(modules) { // webpackBootstrap

module.exports = {
"name": "knex",
"version": "0.11.5",
"version": "0.11.6",
"description": "A batteries-included SQL query & schema builder for Postgres, MySQL and SQLite3 and the Browser",
"main": "lib",
"dependencies": {
Expand All @@ -12107,6 +12107,7 @@ return /******/ (function(modules) { // webpackBootstrap
"lodash": "^4.6.0",
"minimist": "~1.1.0",
"mkdirp": "^0.5.0",
"node-uuid": "~1.4.0",
"pg-connection-string": "^0.1.3",
"pool2": "^1.1.0",
"readable-stream": "^1.1.12",
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": "knex",
"version": "0.11.6",
"version": "0.11.7",
"description": "A batteries-included SQL query & schema builder for Postgres, MySQL and SQLite3 and the Browser",
"main": "knex.js",
"dependencies": {
Expand Down

0 comments on commit d113795

Please sign in to comment.