Skip to content

Commit

Permalink
chore(main): release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and Val-istar-Guo committed Jan 28, 2024
1 parent 06fdd00 commit d8b2c56
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit d8b2c56

Please sign in to comment.