Skip to content

Commit

Permalink
Prepare 0.20.15 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed Apr 15, 2020
1 parent 46b6f5c commit 7dd55c1
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.20.15 - 16 April, 2020

### Bug fixes:

- Support for `.finally(..)` on knex's Promise-alikes #3800

### Typings:

- Add types for `.distinctOn` #3784

# 0.20.14 - 13 April, 2020

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

Please sign in to comment.