Prepare 0.21.8 for release

This commit is contained in:
Igor Savin 2020-10-27 10:12:10 +02:00
parent e52c5d6c6b
commit 2bcaf51f9d
2 changed files with 9 additions and 1 deletions

View File

@ -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:

View File

@ -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",