Prepare 0.21.10 for release

This commit is contained in:
Igor Savin 2020-10-31 23:53:52 +02:00
parent c347408a75
commit 7d8f98b709
2 changed files with 15 additions and 1 deletions

View File

@ -1,5 +1,19 @@
# Master (Unreleased) # Master (Unreleased)
# 0.21.10 - 31 October, 2020
### New features:
- Upsert support (Postgres/MySQL/Sqlite) #3763
### Typings:
- Allow to globally define table/record mapping #4071
### Test / internal changes:
- Populate knexQueryUid without using uuid, making this logic more easily mockable #4089
# 0.21.9 - 27 October, 2020 # 0.21.9 - 27 October, 2020
### New features: ### New features:

View File

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