Skip to content

Commit

Permalink
Merge e84fa57 into 542ece6
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed May 11, 2019
2 parents 542ece6 + e84fa57 commit b0966f2
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,25 @@
# Master (Unreleased)

# 0.16.6 - 12 May, 2019

### New features:

- Add error detail log to knex CLI #3149

### Bug fixes:

- Fix order of migration rollback #3172

### Typings

- Make function types generic in type definitions #3168
- Add missing types to MigratorConfig #3174
- Add types for havingBetween, orHavingBetween, havingNotBetween and orHavingNotBetween #3144

### Test / internal changes:

- Execute CI tests on Node.js 12 #3171

# 0.16.5 - 11 Apr, 2019

- Bundle polyfills with knex for 0.16.x line again #3139
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "knex",
"version": "0.16.5",
"version": "0.16.6",
"description": "A batteries-included SQL query & schema builder for Postgres, MySQL and SQLite3 and the Browser",
"main": "knex.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit b0966f2

Please sign in to comment.