diff --git a/CHANGELOG.md b/CHANGELOG.md index 8edc438..145d5ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,14 @@ 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.2.1](https://github.com/DIY0R/nestjs-rabbitmq-bridge/compare/0.2.0...0.2.1) + +- ci: pre build dist file [`ed69e51`](https://github.com/DIY0R/nestjs-rabbitmq-bridge/commit/ed69e51f3b5b5d8ed01b449370d8b62597455f53) + #### 0.2.0 +> 27 June 2024 + - chore: bump typescript from 5.4.5 to 5.5.2 [`#30`](https://github.com/DIY0R/nestjs-rabbitmq-bridge/pull/30) - feat: add able connetion,asserts [`#12`](https://github.com/DIY0R/nestjs-rabbitmq-bridge/pull/12) - fix: change prefix [`#9`](https://github.com/DIY0R/nestjs-rabbitmq-bridge/pull/9) diff --git a/package-lock.json b/package-lock.json index 3d9ac91..b08c638 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nestjs-rabbitmq-bridge", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nestjs-rabbitmq-bridge", - "version": "0.2.0", + "version": "0.2.1", "license": "MIT", "dependencies": { "@types/amqplib": "^0.10.5", diff --git a/package.json b/package.json index d71a48e..49e3557 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nestjs-rabbitmq-bridge", - "version": "0.2.0", + "version": "0.2.1", "description": "Nestjs rabbitMQ module", "author": "Sobirov Diyorbek ", "private": false,