Skip to content

Commit

Permalink
chore: release v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DIY0R committed Jul 2, 2024
1 parent eaacb2f commit 7d08b0e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,19 @@ 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.9.2](https://github.com/DIY0R/nestjs-rabbitmq-bridge/compare/0.8.2...0.9.2)

- test: auto ack [`afd2e33`](https://github.com/DIY0R/nestjs-rabbitmq-bridge/commit/afd2e3346162c225ffb84f34aebee01bf80cb314)
- feat: consum non route message [`eaacb2f`](https://github.com/DIY0R/nestjs-rabbitmq-bridge/commit/eaacb2ffbdcad88b809798ef4be24de8df9a3eaa)
- chore: ssl/tls [`cb9e1f7`](https://github.com/DIY0R/nestjs-rabbitmq-bridge/commit/cb9e1f79417679a4f9f90298ee3180ce97c35ce6)

#### [0.8.2](https://github.com/DIY0R/nestjs-rabbitmq-bridge/compare/0.7.0...0.8.2)

> 2 July 2024
- test: send to queue [`029298a`](https://github.com/DIY0R/nestjs-rabbitmq-bridge/commit/029298a09052f3fbc4c569d3b670e29e21bb4e95)
- feat: send to queue [`ed05d58`](https://github.com/DIY0R/nestjs-rabbitmq-bridge/commit/ed05d583981b07b5d6506d9650db1b5effef0176)
- fix: ack message [`4644495`](https://github.com/DIY0R/nestjs-rabbitmq-bridge/commit/4644495115352f84507ceaf93ebe9924a5bdf24e)
- chore: release v0.8.2 [`48866f6`](https://github.com/DIY0R/nestjs-rabbitmq-bridge/commit/48866f6178846095b30e474014c8a45227bad111)

#### [0.7.0](https://github.com/DIY0R/nestjs-rabbitmq-bridge/compare/0.6.0...0.7.0)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-rabbitmq-bridge",
"version": "0.8.2",
"version": "0.9.2",
"description": "Nestjs rabbitMQ module",
"author": "Sobirov Diyorbek <[email protected]>",
"private": false,
Expand Down

0 comments on commit 7d08b0e

Please sign in to comment.