From 4d1246fbd0ce9298a9cd20b3760427a25da4d766 Mon Sep 17 00:00:00 2001 From: diy0r Date: Mon, 5 Aug 2024 19:36:30 +0500 Subject: [PATCH] chore: version v0.27.3 --- CHANGELOG.md | 12 +++++++++--- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e58ed21..903111d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 989bced..e9f1e1b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@diy0r/nestjs-rabbitmq", - "version": "0.26.5", + "version": "0.27.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@diy0r/nestjs-rabbitmq", - "version": "0.26.5", + "version": "0.27.3", "license": "MIT", "dependencies": { "@types/amqplib": "^0.10.5", diff --git a/package.json b/package.json index b147538..18661c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@diy0r/nestjs-rabbitmq", - "version": "0.26.5", + "version": "0.27.3", "description": "Nestjs rabbitMQ module", "author": "Sobirov Diyorbek ", "private": false,