From 33255396b90c4e65ad14548d5eef34c618b56852 Mon Sep 17 00:00:00 2001 From: Chen Yangjian <252317+cyjake@users.noreply.github.com> Date: Mon, 18 Oct 2021 19:52:34 +0800 Subject: [PATCH] release: v1.13.0 --- History.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index c6bd556c..289f4dc4 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,14 @@ +1.13.0 / 2021-10-18 +=================== + +## What's Changed +* docs: monthly updates of 2021.09; support dark mode by @cyjake in https://github.com/cyjake/leoric/pull/196 +* feat: coerce literal values into accurate attribute type by @cyjake in https://github.com/cyjake/leoric/pull/197 +* fix: dispatched result should be in attribute names by @cyjake in https://github.com/cyjake/leoric/pull/198 + + +**Full Changelog**: https://github.com/cyjake/leoric/compare/v1.12.0...v1.13.0 + 1.12.0 / 2021-10-12 =================== diff --git a/package.json b/package.json index 098e607d..9219259c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leoric", - "version": "1.12.0", + "version": "1.13.0", "description": "JavaScript Object-relational mapping alchemy", "main": "index.js", "types": "types/index.d.ts",