From d12759e1159702536637c8ba2d9437269e2a74a0 Mon Sep 17 00:00:00 2001 From: Igor Savin Date: Fri, 6 Oct 2023 09:53:30 +0300 Subject: [PATCH] Prepare to release 3.0.0 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aff949ae..747b1c99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 40513695..dd188877 100644 --- a/package.json +++ b/package.json @@ -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",