From bd25ec40efffe955330b20de7be5f3fd24471c19 Mon Sep 17 00:00:00 2001 From: Chen Yangjian <252317+cyjake@users.noreply.github.com> Date: Tue, 22 Mar 2022 20:10:24 +0800 Subject: [PATCH] release: v2.3.1 --- History.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index dfd06362..4075045c 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,16 @@ +2.3.1 / 2022-03-22 +================== + +## What's Changed +* fix: mysql2 Invalid Date compatible by @JimmyDaddy in https://github.com/cyjake/leoric/pull/291 +* fix: order by raw in sequelize mode by @JimmyDaddy in https://github.com/cyjake/leoric/pull/292 +* fix: bulk update query conditions duplicated in sequelize mode by @JimmyDaddy in https://github.com/cyjake/leoric/pull/293 +* fix: bulk destroy query conditions duplicated in sequelize mode by @JimmyDaddy in https://github.com/cyjake/leoric/pull/295 +* fix: drop column if not defined in attributes when alter table by @cyjake in https://github.com/cyjake/leoric/pull/296 + + +**Full Changelog**: https://github.com/cyjake/leoric/compare/v2.3.0...v2.3.1 + 2.3.0 / 2022-03-10 ================== diff --git a/package.json b/package.json index 5a4da298..35f0c8a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leoric", - "version": "2.3.0", + "version": "2.3.1", "description": "JavaScript Object-relational mapping alchemy", "main": "index.js", "types": "types/index.d.ts",