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.3.0 semantic
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Apr 24, 2023
1 parent b7dc0d2 commit 66f151d
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.3.0](https://github.com/sourcefuse/loopback4-sequelize/compare/v2.2.1...v2.3.0) (2023-04-24)


### Features

* **datasource:** implement connection pooling and sequelize specific options support ([#27](https://github.com/sourcefuse/loopback4-sequelize/issues/27)) ([86f0642](https://github.com/sourcefuse/loopback4-sequelize/commit/86f0642174810a348fab4e1871386dfe890602aa)), closes [#26](https://github.com/sourcefuse/loopback4-sequelize/issues/26) [#26](https://github.com/sourcefuse/loopback4-sequelize/issues/26)

## Release [v2.2.1](https://github.com/sourcefuse/loopback4-sequelize/compare/v2.2.0..v2.2.1) March 13, 2023
Welcome to the March 13, 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 @@ -97,4 +104,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.2.1",
"version": "2.3.0",
"description": "Loopback 4 Extension That Provides Sequelize Crud Repository Compatible With Default Loopback Models.",
"keywords": [
"loopback-extension",
Expand Down

0 comments on commit 66f151d

Please sign in to comment.