Skip to content

Commit

Permalink
Prepare to release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed Jul 18, 2022
1 parent 49ea2b5 commit 72065c1
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,22 @@
# Master (Unreleased)

# 2.2.0 - 19 July, 2022

### New features:

- Inline primary key creation for postgres flavours #5233
- SQLite: Add warning for undefined connection file #5223
- MSSQL: Add JSON parameter support for connection #5200

### Bug fixes:

- PostgreSQL: add primaryKey option for uuid #5212

### Typings:

- Add promisable and better types #5222
- Update raw query bind parameter type #5208

# 2.1.0 - 26 May, 2022

### New features:
Expand Down
2 changes: 1 addition & 1 deletion lib/.gitignore
Expand Up @@ -7,4 +7,4 @@
**/*.js.map

# Do not include .js files from .ts files
dialects/index.js
dialects\index.js
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "knex",
"version": "2.1.0",
"version": "2.2.0",
"description": "A batteries-included SQL query & schema builder for PostgresSQL, MySQL, CockroachDB, MSSQL and SQLite3",
"main": "knex",
"types": "types/index.d.ts",
Expand Down

0 comments on commit 72065c1

Please sign in to comment.