Skip to content

Commit

Permalink
Prepare to release 0.21.17
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed Jan 30, 2021
1 parent bef4564 commit 9e03baf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,15 @@
# Master (Unreleased)

# 0.21.17 - 30 January, 2021

### Bug fixes:

- SQLite: Fix SQLite foreign on delete when altering a table #4261

### New features:

- Add support for optimizer hints (see https://github.com/knex/documentation/pull/306 for documentation) #4243

# 0.21.16 - 17 January, 2021

### Bug fixes:
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "knex",
"version": "0.21.16",
"version": "0.21.17",
"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 9e03baf

Please sign in to comment.