From d8ba6e96c8821d976443b0942d4428c31ec21e98 Mon Sep 17 00:00:00 2001 From: Chen Yangjian <252317+cyjake@users.noreply.github.com> Date: Wed, 17 May 2023 13:00:21 +0800 Subject: [PATCH] release: v2.11.0 --- History.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 7dd48964..232851c7 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,14 @@ +2.11.0 / 2023-05-17 +=================== + +## What's Changed +* feat: support browser and support sql.js driver by @vagusX in https://github.com/cyjake/leoric/pull/386 +* fix: remove unscoped fn in src/adapters/sequelize.js by @vagusX in https://github.com/cyjake/leoric/pull/387 +* fix: join conditions containing fields of base model should be allowed by @cyjake in https://github.com/cyjake/leoric/pull/388 + + +**Full Changelog**: https://github.com/cyjake/leoric/compare/v2.10.3...v2.11.0 + 2.10.3 / 2023-04-25 =================== diff --git a/package.json b/package.json index 517abada..82c2f353 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leoric", - "version": "2.10.3", + "version": "2.11.0", "description": "JavaScript Object-relational mapping alchemy", "main": "index.js", "browser": "dist/browser.js",