From 10cf7f76321de49581532d529f41311ecb366711 Mon Sep 17 00:00:00 2001 From: Chen Yangjian <252317+cyjake@users.noreply.github.com> Date: Mon, 28 Feb 2022 18:37:17 +0800 Subject: [PATCH] release: v2.2.2 --- History.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 899b6c18..8da70bbd 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,12 @@ +2.2.2 / 2022-02-28 +================== + +## What's Changed +* fix: tddl gives misleading information_schema.columns.table_name by @cyjake in https://github.com/cyjake/leoric/pull/284 + + +**Full Changelog**: https://github.com/cyjake/leoric/compare/v2.2.1...v2.2.2 + 2.2.1 / 2022-02-24 ================== diff --git a/package.json b/package.json index 80b01ffe..71979183 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leoric", - "version": "2.2.1", + "version": "2.2.2", "description": "JavaScript Object-relational mapping alchemy", "main": "index.js", "types": "types/index.d.ts",