From d8b2c56452324e733a8821eef8c9cee96ab46773 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 28 Jan 2024 16:22:27 +0000 Subject: [PATCH] chore(main): release 1.1.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98fd240..bdb0fb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.1.1](https://github.com/buka-lnc/npm.nestjs-kafka/compare/v1.1.0...v1.1.1) (2024-01-28) + + +### Bug Fixes + +* unabled initialize consumer with named kafka connection ([aee4c5c](https://github.com/buka-lnc/npm.nestjs-kafka/commit/aee4c5ca8e08ba94b9e603a78d00d4ff9e7534fc)) + ## [1.1.0](https://github.com/buka-lnc/npm.nestjs-kafka/compare/v1.0.1-alpha.0...v1.1.0) (2024-01-23) diff --git a/package.json b/package.json index 949b893..973ceee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@buka/nestjs-kafka", - "version": "1.1.0", + "version": "1.1.1", "description": "NestJS module supporting multiple connections implemented using KafkaJS", "packageManager": "pnpm@8.14.0", "main": "dist/umd/src/index.js",