Skip to content

Commit

Permalink
chore: version v0.27.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DIY0R committed Aug 5, 2024
1 parent c9fdfef commit 4d1246f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,20 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [0.27.3](https://github.com/DIY0R/nestjs-rabbitmq-bridge/compare/0.26.5...0.27.3)

- feat: declare prefetch on baseChanel [`896e489`](https://github.com/DIY0R/nestjs-rabbitmq-bridge/commit/896e489fd6472d5ab30afec1d313179296cb7cf7)
- chore: correct typo [`1442b1b`](https://github.com/DIY0R/nestjs-rabbitmq-bridge/commit/1442b1b0b26fe3ab459d9f5a29c2f8caf47bc176)
- doc: prefetch on extendedOptions [`c9fdfef`](https://github.com/DIY0R/nestjs-rabbitmq-bridge/commit/c9fdfefdd37b13bfb968fd3838b7aa659a275000)
- doc: badge jsdoc added [`7ae2eac`](https://github.com/DIY0R/nestjs-rabbitmq-bridge/commit/7ae2eac6f92af2dccca50fb9563c44dd0a1087a7)

#### [0.26.5](https://github.com/DIY0R/nestjs-rabbitmq-bridge/compare/0.25.18...0.26.5)

> 3 August 2024
- feat: forFeatureAsync method [`5c5e96f`](https://github.com/DIY0R/nestjs-rabbitmq-bridge/commit/5c5e96fa414fa9336eaf8f120502432711edc055)
- refact: rename variables and add extendedProviders [`b100d01`](https://github.com/DIY0R/nestjs-rabbitmq-bridge/commit/b100d012d1b0b1b056146cc1ab90f745b271327d)
- test: forFeatureAsync module [`eab1269`](https://github.com/DIY0R/nestjs-rabbitmq-bridge/commit/eab1269b13f6d00faf4db801369ef1fe681828b0)
- fix: imports support [`1f68618`](https://github.com/DIY0R/nestjs-rabbitmq-bridge/commit/1f68618e9f7b2e6f7d01e9a026408f907da80a29)
- doc: forFeatureAsync - async initialization section added [`80e815e`](https://github.com/DIY0R/nestjs-rabbitmq-bridge/commit/80e815e9067c4f3162bce3ec974246cadd3bb370)
- chore: bump @types/node from 22.0.0 to 22.1.0 [`b4d8f2d`](https://github.com/DIY0R/nestjs-rabbitmq-bridge/commit/b4d8f2da3e556f4a86c59e2a93a943a1d59e1fc2)

#### [0.25.18](https://github.com/DIY0R/nestjs-rabbitmq-bridge/compare/0.25.6...0.25.18)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@diy0r/nestjs-rabbitmq",
"version": "0.26.5",
"version": "0.27.3",
"description": "Nestjs rabbitMQ module",
"author": "Sobirov Diyorbek <[email protected]>",
"private": false,
Expand Down

0 comments on commit 4d1246f

Please sign in to comment.