From 8d98cc0894901b4b2708951d6b19d9a0909f05b3 Mon Sep 17 00:00:00 2001 From: Chen Yangjian <252317+cyjake@users.noreply.github.com> Date: Thu, 17 Feb 2022 15:13:58 +0800 Subject: [PATCH] release: v2.1.0 --- History.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 96c735e7..3e6e1c92 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,13 @@ +2.1.0 / 2022-02-17 +================== + +## What's Changed +* feat: fix #270 sequelize mode bulkBuild by @JimmyDaddy in https://github.com/cyjake/leoric/pull/273 +* fix: mysql delete/remove/destroy with limit and orders by @JimmyDaddy in https://github.com/cyjake/leoric/pull/272 + + +**Full Changelog**: https://github.com/cyjake/leoric/compare/v2.0.4...v2.1.0 + 2.0.4 / 2022-02-16 ================== diff --git a/package.json b/package.json index 4ad78d21..5d673b1f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leoric", - "version": "2.0.4", + "version": "2.1.0", "description": "JavaScript Object-relational mapping alchemy", "main": "index.js", "types": "types/index.d.ts",