Skip to content

Commit

Permalink
Prepare to release 0.21.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed Aug 17, 2020
1 parent 95e0593 commit 2ffa778
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,17 @@
# Master (Unreleased)

# 0.21.5 - 17 August, 2020

### New features:

- CLI: Improve Esm interop #3985
- CLI: Improve mjs module support #3980

### Test / internal changes:

- Bump version of dtslint #3984
- Test/document esm interop mixed formats (knexfile/migrations/seeds) #3986

# 0.21.4 - 10 August, 2020

### New features:
Expand Down
6 changes: 3 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "knex",
"version": "0.21.4",
"version": "0.21.5",
"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 Expand Up @@ -40,7 +40,7 @@
"inherits": "~2.0.4",
"interpret": "^2.2.0",
"liftoff": "3.1.0",
"lodash": "^4.17.19",
"lodash": "^4.17.20",
"mkdirp": "^1.0.4",
"pg-connection-string": "2.3.0",
"tarn": "^3.0.0",
Expand Down Expand Up @@ -105,7 +105,7 @@
"pg-query-stream": "^3.2.0",
"prettier": "2.0.5",
"rimraf": "^3.0.2",
"sinon": "^9.0.2",
"sinon": "^9.0.3",
"sinon-chai": "^3.5.0",
"source-map-support": "^0.5.19",
"sqlite3": "^5.0.0",
Expand Down

0 comments on commit 2ffa778

Please sign in to comment.