From e96b81fd954e45c59719d84c7ce71346cf2bbeb4 Mon Sep 17 00:00:00 2001 From: Chen Yangjian <252317+cyjake@users.noreply.github.com> Date: Tue, 14 Sep 2021 10:48:29 +0800 Subject: [PATCH] release: v1.10.0 --- History.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index a543cdcd..718920d0 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,10 @@ +1.10.0 / 2021-09-14 +================== + + * feat: SQLite driver should emit "connection" event when new connection is created (#168) + * fix: bulkCreate(...records) should recognize custom setters (#168) + * fix: attribute.equals() check should ignore defaultValue (#172) + 1.9.0 / 2021-09-04 ================== diff --git a/package.json b/package.json index 1d321391..5154b6ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leoric", - "version": "1.9.0", + "version": "1.10.0", "description": "JavaScript Object-relational mapping alchemy", "main": "index.js", "types": "types/index.d.ts",