From b0ca01a902e1d1a8b89ffcd29238fc91c4085066 Mon Sep 17 00:00:00 2001 From: Chen Yangjian <252317+cyjake@users.noreply.github.com> Date: Mon, 1 Nov 2021 21:34:44 +0800 Subject: [PATCH] release: v1.14.1 --- History.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 55453992..c4ff357e 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,12 @@ +1.14.1 / 2021-11-01 +=================== + +## What's Changed +* docs: export { Collection } by @cyjake in https://github.com/cyjake/leoric/pull/220 + + +**Full Changelog**: https://github.com/cyjake/leoric/compare/v1.14.0...v1.14.1 + 1.14.0 / 2021-11-01 =================== diff --git a/package.json b/package.json index 599cf8a3..988eae5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leoric", - "version": "1.14.0", + "version": "1.14.1", "description": "JavaScript Object-relational mapping alchemy", "main": "index.js", "types": "types/index.d.ts",