From b06d6057b9e27fa6f7b6236eb995956610ce6d75 Mon Sep 17 00:00:00 2001 From: Chen Yangjian <252317+cyjake@users.noreply.github.com> Date: Sun, 23 Apr 2023 12:15:22 +0800 Subject: [PATCH] release: v2.10.2 --- History.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 1ad1ef26..082fa19f 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,12 @@ +2.10.2 / 2023-04-23 +=================== + +## What's Changed +* fix: order clause need be repeated on the main query by @cyjake in https://github.com/cyjake/leoric/pull/383 + + +**Full Changelog**: https://github.com/cyjake/leoric/compare/v2.10.1...v2.10.2 + 2.10.1 / 2023-03-24 =================== diff --git a/package.json b/package.json index caec024a..fe7fda51 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leoric", - "version": "2.10.1", + "version": "2.10.2", "description": "JavaScript Object-relational mapping alchemy", "main": "index.js", "types": "index.d.ts",