From 52da6a0a4ebc2f0b37c2e3eb4c6415294f89c73d Mon Sep 17 00:00:00 2001 From: Chen Yangjian <252317+cyjake@users.noreply.github.com> Date: Mon, 18 Oct 2021 21:43:35 +0800 Subject: [PATCH] release: v1.13.1 --- History.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 289f4dc4..72e6af76 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,12 @@ +1.13.1 / 2021-10-18 +=================== + +## What's Changed +* fix: skip connecting if models are synchronized already by @cyjake in https://github.com/cyjake/leoric/pull/200 + + +**Full Changelog**: https://github.com/cyjake/leoric/compare/v1.13.0...v1.13.1 + 1.13.0 / 2021-10-18 =================== diff --git a/package.json b/package.json index 9219259c..faa6ad40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leoric", - "version": "1.13.0", + "version": "1.13.1", "description": "JavaScript Object-relational mapping alchemy", "main": "index.js", "types": "types/index.d.ts",