Skip to content

Commit

Permalink
Prepare for release of 0.20.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Savin committed Feb 13, 2020
1 parent 4ae8894 commit 77df705
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions 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:
Expand Down
8 changes: 4 additions & 4 deletions 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",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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"
Expand Down

0 comments on commit 77df705

Please sign in to comment.