Prepare 0.20.4 release

This commit is contained in:
Igor Savin 2019-12-08 00:05:19 +01:00
parent c53247d6ee
commit 7c3637e9d5
2 changed files with 18 additions and 1 deletions

View File

@ -1,5 +1,22 @@
# Master (Unreleased)
# 0.20.4 - 08 December, 2019
### Bug fixes:
- Fix debug logger messing up queries with % #3566
- Make logger methods mutually consistent #3567
### Typings:
- Add missing methods to client type #3565
- Fix queryContext function defintion #3562
- Fix QueryBuilder.extend this type #3526 #3528
### Test / internal changes:
- Remove bluebird.using #3552
# 0.20.3 - 27 November, 2019
### New features:

View File

@ -1,6 +1,6 @@
{
"name": "knex",
"version": "0.20.3",
"version": "0.20.4",
"description": "A batteries-included SQL query & schema builder for Postgres, MySQL and SQLite3 and the Browser",
"main": "knex.js",
"types": "types/index.d.ts",