Skip to content

Commit

Permalink
Prepare 0.20.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Savin committed Dec 28, 2019
1 parent 3914bf5 commit a2a6660
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,20 @@
# Master (Unreleased)

# 0.20.5 - 29 December, 2019

### New features:

- Return more information about empty updates #3597

### Bug fixes:

- Fix colors in debug logs #3592

### Test / internal changes:

- Use more efficient algorithm for generating internal ids #3595 #3596
- Use Buffer.alloc() instead of deprecated constructor #3574

# 0.20.4 - 08 December, 2019

### Bug fixes:
Expand Down
10 changes: 5 additions & 5 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "knex",
"version": "0.20.4",
"version": "0.20.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 @@ -28,7 +28,7 @@
"stress:destroy": "docker-compose -f scripts/stress-test/docker-compose.yml stop"
},
"dependencies": {
"bluebird": "^3.7.1",
"bluebird": "^3.7.2",
"colorette": "1.1.0",
"commander": "^4.0.1",
"debug": "4.1.1",
Expand Down Expand Up @@ -75,12 +75,12 @@
]
},
"devDependencies": {
"@types/node": "^10.17.5",
"@types/node": "^10.17.13",
"JSONStream": "^1.3.5",
"chai": "^4.2.0",
"chai-subset-in-order": "^2.1.3",
"cli-testlab": "^1.8.0",
"coveralls": "^3.0.7",
"coveralls": "^3.0.9",
"cross-env": "^6.0.3",
"dtslint": "^2.0.2",
"eslint": "^6.6.0",
Expand All @@ -95,7 +95,7 @@
"mysql": "^2.17.1",
"mysql2": "^2.0.0",
"nyc": "^14.1.1",
"pg": "^7.12.1",
"pg": "^7.16.1",
"pg-query-stream": "^2.0.1",
"prettier": "1.18.2",
"rimraf": "^3.0.0",
Expand Down

0 comments on commit a2a6660

Please sign in to comment.