Skip to content

Commit 4239e32

Browse files
committed
chore: release v0.3.1
1 parent a91d92f commit 4239e32

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [0.3.1](https://github.com/DIY0R/nestjs-rabbitmq-bridge/compare/0.3.0...0.3.1)
8+
9+
- docs: base documentation [`7453983`](https://github.com/DIY0R/nestjs-rabbitmq-bridge/commit/7453983a4d76e78e6277f6a59cdf75726d7a8080)
10+
- refactor: cahnge Interfaces,impots [`a91d92f`](https://github.com/DIY0R/nestjs-rabbitmq-bridge/commit/a91d92fe74b4a6ecb53efcff679855a78ac77bc7)
11+
712
#### [0.3.0](https://github.com/DIY0R/nestjs-rabbitmq-bridge/compare/0.2.2...0.3.0)
813

14+
> 28 June 2024
15+
916
- feat: topic support patterns [`acb08cc`](https://github.com/DIY0R/nestjs-rabbitmq-bridge/commit/acb08ccd933ef56cdf6364af76183fe8b3cc7d89)
1017
- test: topic patterns [`cea9b37`](https://github.com/DIY0R/nestjs-rabbitmq-bridge/commit/cea9b3701d9e926eaf35d1ca1d924d310e533b44)
18+
- chore: release v0.3.0 [`6630aba`](https://github.com/DIY0R/nestjs-rabbitmq-bridge/commit/6630aba923b813f93428ad112612cffcfd98d833)
1119

1220
#### [0.2.2](https://github.com/DIY0R/nestjs-rabbitmq-bridge/compare/0.2.1...0.2.2)
1321

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nestjs-rabbitmq-bridge",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Nestjs rabbitMQ module",
55
"author": "Sobirov Diyorbek <[email protected]>",
66
"private": false,

0 commit comments

Comments
 (0)