From 0c5e6bc898dc0e13579163b0448bd2ae407df4b6 Mon Sep 17 00:00:00 2001 From: Chen Yangjian <252317+cyjake@users.noreply.github.com> Date: Thu, 24 Feb 2022 16:08:21 +0800 Subject: [PATCH] release: v2.2.1 --- History.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index dff4d229..899b6c18 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,12 @@ +2.2.1 / 2022-02-24 +================== + +## What's Changed +* fix: realm.DataTypes should be invokable by @cyjake in https://github.com/cyjake/leoric/pull/282 + + +**Full Changelog**: https://github.com/cyjake/leoric/compare/v2.2.0...v2.2.1 + 2.2.0 / 2022-02-24 ================== diff --git a/package.json b/package.json index a393bf4f..80b01ffe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leoric", - "version": "2.2.0", + "version": "2.2.1", "description": "JavaScript Object-relational mapping alchemy", "main": "index.js", "types": "types/index.d.ts",