Skip to content

Commit

Permalink
Prepare 0.21.14 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed Dec 18, 2020
1 parent 6299094 commit dbd27bb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,20 @@
# Master (Unreleased)

# 0.21.14 - 18 December, 2020

### New features:

- MSSQL: support "returning" on inserts, updates and deletes on tables with triggers #4152
- Use esm import if package.json type is "module" #4158

### Bug fixes:

- Make sure query-response and query-error events contain _knexTxId #4160

### Test / internal changes:

- Improved integration test framework #4161

# 0.21.13 - 12 December, 2020

### New features:
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "knex",
"version": "0.21.13",
"version": "0.21.14",
"description": "A batteries-included SQL query & schema builder for Postgres, MySQL and SQLite3 and the Browser",
"main": "knex.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit dbd27bb

Please sign in to comment.