From f4d3121e304e5402c744faa189434c8e4ae0ee2c Mon Sep 17 00:00:00 2001 From: Chen Yangjian <252317+cyjake@users.noreply.github.com> Date: Wed, 21 Sep 2022 17:01:12 +0800 Subject: [PATCH] release: v2.8.5 --- History.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index de89c419..510c749a 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,13 @@ +2.8.5 / 2022-09-21 +================== + +## What's Changed +* fix: deletedAt should always be checked when associating models by @cyjake in https://github.com/cyjake/leoric/pull/347 +* fix: generic type for getDataValue by @vagusX in https://github.com/cyjake/leoric/pull/346 + + +**Full Changelog**: https://github.com/cyjake/leoric/compare/v2.8.4...v2.8.5 + 2.8.4 / 2022-09-20 ================== diff --git a/package.json b/package.json index 47a899a4..0462e72c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leoric", - "version": "2.8.4", + "version": "2.8.5", "description": "JavaScript Object-relational mapping alchemy", "main": "index.js", "types": "index.d.ts",