mirror of
https://github.com/knex/knex.git
synced 2025-09-21 22:23:34 +00:00
Prepare 0.21.8 for release
This commit is contained in:
parent
e52c5d6c6b
commit
2bcaf51f9d
@ -1,5 +1,13 @@
|
||||
# Master (Unreleased)
|
||||
|
||||
# 0.21.8 - 27 October, 2020
|
||||
|
||||
### Bug fixes:
|
||||
|
||||
- MSSQL: Escape properly if literal '?' is needed #4053
|
||||
- Make toQuery behavior consistent with pre-0.21.7 (do not break on empty builder) #4083
|
||||
- Fix comment escaping for MySQL and PostgreSQL #4084
|
||||
|
||||
# 0.21.7 - 25 October, 2020
|
||||
|
||||
### New features:
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "knex",
|
||||
"version": "0.21.7",
|
||||
"version": "0.21.8",
|
||||
"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