Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
chore(release): 2.2.0 semantic
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Mar 3, 2023
1 parent 331238d commit 71c8fd6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down Expand Up @@ -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))
* **repository:** add sequelize repository base class ([a1dd46f](https://github.com/sourcefuse/loopback4-sequelize/commit/a1dd46f1142318d9b18446d0f8f71a474726ae95))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 71c8fd6

Please sign in to comment.