From 73a3e33a3262a32b6368b1948594c9dfd23828aa Mon Sep 17 00:00:00 2001 From: Igor Savin Date: Sun, 22 Jan 2023 16:13:58 +0200 Subject: [PATCH] Prepare to release 2.4.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 47d9197795..4509fe35f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "knex", - "version": "2.4.1", + "version": "2.4.2", "description": "A batteries-included SQL query & schema builder for PostgresSQL, MySQL, CockroachDB, MSSQL and SQLite3", "main": "knex", "types": "types/index.d.ts",