From 95f86368d703a7aa7342af1e0bc10632b4cae41b Mon Sep 17 00:00:00 2001 From: Chen Yangjian <252317+cyjake@users.noreply.github.com> Date: Fri, 13 May 2022 11:33:46 +0800 Subject: [PATCH] release: v2.5.0 --- History.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 7e42efb9..97cccb8c 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,12 @@ +2.5.0 / 2022-05-13 +================== + +## What's Changed +* feat: support disconnect and fix timestamps init by @JimmyDaddy in https://github.com/cyjake/leoric/pull/313 + + +**Full Changelog**: https://github.com/cyjake/leoric/compare/v2.4.1...v2.5.0 + 2.4.1 / 2022-04-27 ================== diff --git a/package.json b/package.json index 12c23f4a..bd238e5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leoric", - "version": "2.4.1", + "version": "2.5.0", "description": "JavaScript Object-relational mapping alchemy", "main": "index.js", "types": "types/index.d.ts",