Skip to content

Commit

Permalink
Prepare 0.21.15 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed Dec 26, 2020
1 parent 9692e36 commit 5249d36
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,22 @@
# Master (Unreleased)

# 0.21.15 - 26 December, 2020

### New features:

- SQLite: Add primary/foreign support on alterTable #4162
- SQLite: Add dropPrimary/dropForeign support on alterTable #4162

### Typings:

- Add "after" and "first" to columnBuilder types #3549 #4169

### Test / internal changes:

- Extract knex config resolution logic #4166
- Run CI using GitHub Actions #4168
- Add Node.js 15 to CI matrix #4173

# 0.21.14 - 18 December, 2020

### New features:
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "knex",
"version": "0.21.14",
"version": "0.21.15",
"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 5249d36

Please sign in to comment.