Skip to content

Commit

Permalink
Updated package version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
elhigu committed Nov 19, 2017
1 parent c0ac107 commit aeec0a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,8 +1,13 @@

# Master (Unreleased)

# 0.14.1 - 19 Nov, 2017

### Bug fixes:

- Fix support for multiple schema names in in postgres `searchPath` #2340
- Fix create new connection to pass errors to query instead of retry loop #2336
- Fix recognition of connections closed by server #2341

# 0.14.0 - 6 Nov, 2017

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "knex",
"version": "0.14.0",
"version": "0.14.1",
"description": "A batteries-included SQL query & schema builder for Postgres, MySQL and SQLite3 and the Browser",
"main": "knex.js",
"dependencies": {
Expand Down

0 comments on commit aeec0a2

Please sign in to comment.