Prepare 0.20.8 release (#3625)

This commit is contained in:
Igor Savin 2020-01-14 21:52:46 +01:00 committed by GitHub
parent 65086025c0
commit faacfd726e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 4 deletions

View File

@ -1,5 +1,19 @@
# Master (Unreleased)
# 0.20.8 - 14 January, 2020
### New features:
- CLI: Support ES6 modules via flag --esm #3616
### Bug fixes:
- CLI: Print help only when there are no arguments #3617
### Typings:
- Fix incorrect type of QueryBuilder.first('*') result #3621
# 0.20.7 - 07 January, 2020
### New features:

View File

@ -1,6 +1,6 @@
{
"name": "knex",
"version": "0.20.7",
"version": "0.20.8",
"description": "A batteries-included SQL query & schema builder for Postgres, MySQL and SQLite3 and the Browser",
"main": "knex.js",
"types": "types/index.d.ts",
@ -86,7 +86,7 @@
"dtslint": "2.0.2",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-import": "^2.20.0",
"husky": "^3.1.0",
"jake": "^8.1.1",
"lint-staged": "^9.5.0",
@ -96,7 +96,7 @@
"mysql": "^2.17.1",
"mysql2": "^2.1.0",
"nyc": "^15.0.0",
"pg": "^7.17.0",
"pg": "^7.17.1",
"pg-query-stream": "^2.1.2",
"prettier": "1.18.2",
"rimraf": "^3.0.0",
@ -105,7 +105,7 @@
"source-map-support": "^0.5.16",
"sqlite3": "^4.1.1",
"tap-spec": "^5.0.0",
"tape": "^4.12.1",
"tape": "^4.13.0",
"toxiproxy-node-client": "^2.0.6",
"typescript": "3.7.4",
"webpack-cli": "^3.3.10"