mirror of
https://github.com/knex/knex.git
synced 2025-12-27 23:18:41 +00:00
Prepare 0.20.4 release
This commit is contained in:
parent
c53247d6ee
commit
7c3637e9d5
17
CHANGELOG.md
17
CHANGELOG.md
@ -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:
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user