Skip to content

Commit

Permalink
Prepare to release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed Aug 31, 2022
1 parent 1cc1df9 commit 05c4707
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,21 @@
# Master (Unreleased)

# 2.3.0 - 31 August, 2022

### New features:

- PostgreSQL: Explicit jsonb support for custom pg clients #5201
- SQLite: Support returning with sqlite3 and better-sqlite3 #5285
- MSSQL: Implement mapBinding mssql dialect option #5292

### Typings:

- Update types for TS 4.8 #5279
- Fix typo #5267
- Fix WhereJsonObject withCompositeTableType #5306
- Fix AnalyticFunction type #5304
- Infer specific column value type in aggregations #5297

# 2.2.0 - 19 July, 2022

### New features:
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "knex",
"version": "2.2.0",
"version": "2.3.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 05c4707

Please sign in to comment.