diff --git a/CHANGELOG.md b/CHANGELOG.md index 35e6330acd..d982e0873f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Master (Unreleased) +# 0.20.10 - 13 February, 2020 + +### Bug fixes: + +- CLI: Knex calls process.chdir() before opening Knexfile #3661 + +### Typings: + +- `fn.now` takes optionally a precision argument. #3662 +- PG: Include SSL in connection definition #3659 + +### Test / internal changes: + +- replace Bluebird.timeout #3634 + # 0.20.9 - 08 February, 2020 ### Bug fixes: diff --git a/package.json b/package.json index 31eb45b637..932e50e6c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "knex", - "version": "0.20.9", + "version": "0.20.10", "description": "A batteries-included SQL query & schema builder for Postgres, MySQL and SQLite3 and the Browser", "main": "knex.js", "types": "types/index.d.ts", @@ -76,7 +76,7 @@ ] }, "devDependencies": { - "@types/node": "^10.17.14", + "@types/node": "^10.17.15", "JSONStream": "^1.3.5", "chai": "^4.2.0", "chai-subset-in-order": "^2.1.3", @@ -99,7 +99,7 @@ "pg": "^7.18.1", "pg-query-stream": "^2.1.2", "prettier": "1.18.2", - "rimraf": "^3.0.1", + "rimraf": "^3.0.2", "sinon": "^8.1.1", "sinon-chai": "^3.4.0", "source-map-support": "^0.5.16", @@ -109,7 +109,7 @@ "toxiproxy-node-client": "^2.0.6", "ts-node": "^8.6.2", "typescript": "3.7.4", - "webpack-cli": "^3.3.10" + "webpack-cli": "^3.3.1" }, "buildDependencies": [ "rimraf"