From ae9e96f8cf7b9c478793107b9708822cb66edf69 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 20 Apr 2024 14:05:36 +0000 Subject: [PATCH] chore(main): release 1.1.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bdb0fb6..d122897 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.2](https://github.com/buka-lnc/npm.nestjs-kafka/compare/v1.1.1...v1.1.2) (2024-04-20) + + +### Bug Fixes + +* deprecate package ([e1c7629](https://github.com/buka-lnc/npm.nestjs-kafka/commit/e1c7629c993a22d9fa1bc4791ad15bec95bb263f)) + ## [1.1.1](https://github.com/buka-lnc/npm.nestjs-kafka/compare/v1.1.0...v1.1.1) (2024-01-28) diff --git a/package.json b/package.json index 973ceee..b215933 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@buka/nestjs-kafka", - "version": "1.1.1", + "version": "1.1.2", "description": "NestJS module supporting multiple connections implemented using KafkaJS", "packageManager": "pnpm@8.14.0", "main": "dist/umd/src/index.js",