Skip to content

Commit

Permalink
Prepare to release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed Oct 6, 2023
1 parent bbbe4d4 commit d12759e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Master (Unreleased)

# 3.0.0 - 6 October, 2023

- Fix raw bindings typing (#5401)
- Fix migrate:unlock when used with custom identifier wrapping. (#5353)
- Fix driver options specified with .options() method being ignored for oracledb dialect (#5123)
- Drop compatibility for Node < 16
- Fix knex d.ts to work with mixed modules (#5659)
- Fix Lexical error from "Instaed" to "Instead" (#5655)

### Bug fixes

- Fix Linting #5455 - #5460

# 2.5.1 - 12 July, 2023

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "knex",
"version": "2.5.1",
"version": "3.0.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 d12759e

Please sign in to comment.