From 71c8fd6ece04beaca07382808ebbbb0a5c7ae236 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 3 Mar 2023 09:06:58 +0000 Subject: [PATCH] chore(release): 2.2.0 semantic --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d532d50..1c4432e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.2.0](https://github.com/sourcefuse/loopback4-sequelize/compare/v2.1.0...v2.2.0) (2023-03-03) + + +### Features + +* **transaction:** add transaction support ([#22](https://github.com/sourcefuse/loopback4-sequelize/issues/22)) ([331238d](https://github.com/sourcefuse/loopback4-sequelize/commit/331238df107ea0c0929037a3a8faa2ff77739c1c)), closes [#21](https://github.com/sourcefuse/loopback4-sequelize/issues/21) + ## Release [v2.1.0](https://github.com/sourcefuse/loopback4-sequelize/compare/v2.0.1..v2.1.0) February 20, 2023 Welcome to the February 20, 2023 release of loopback4-sequelize. There are many updates in this version that we hope you will like, the key highlights include: @@ -60,4 +67,4 @@ updateAll, delete and relations such as `@hasOne`, `@hasMany`, `@belongsTo` * **commitzen:** add commitzen ([8ef6720](https://github.com/sourcefuse/loopback4-sequelize/commit/8ef672021bf472e64c762024e7f21e8785808f8b)) * **datasource:** add sequelize datasource base class ([3fcf68f](https://github.com/sourcefuse/loopback4-sequelize/commit/3fcf68fbd0f70be809b9634232983e31b8c42705)) -* **repository:** add sequelize repository base class ([a1dd46f](https://github.com/sourcefuse/loopback4-sequelize/commit/a1dd46f1142318d9b18446d0f8f71a474726ae95)) \ No newline at end of file +* **repository:** add sequelize repository base class ([a1dd46f](https://github.com/sourcefuse/loopback4-sequelize/commit/a1dd46f1142318d9b18446d0f8f71a474726ae95)) diff --git a/package.json b/package.json index 18cc09d..9a051d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback4-sequelize", - "version": "2.1.0", + "version": "2.2.0", "description": "Loopback 4 Extension That Provides Sequelize Crud Repository Compatible With Default Loopback Models.", "keywords": [ "loopback-extension",