Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
- project: nestjs-tools-amqp-transport 0.6.0
  • Loading branch information
getlarge committed Jun 7, 2024
1 parent 7fe07c6 commit 0c873ce
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions packages/amqp-transport/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 0.6.0 (2024-06-07)


### 🚀 Features

- **nestjs-tools-amqp-transport:** add custom event handler ([ea215d5](https://github.com/getlarge/nestjs-tools/commit/ea215d5))


### 🩹 Fixes

- **nestjs-tools-amqp-transport:** create custom default deserializer to handle empty pattern ([8a4eaed](https://github.com/getlarge/nestjs-tools/commit/8a4eaed))

- **nestjs-tools-amqp-transport:** evaluate default options correctly ([077a2d2](https://github.com/getlarge/nestjs-tools/commit/077a2d2))


### ❤️ Thank You

- getlarge @getlarge

## 0.5.2 (2024-04-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/amqp-transport/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@getlarge/nestjs-tools-amqp-transport",
"version": "0.5.2",
"version": "0.6.0",
"description": "Custom Nest Transport classes for AMQP",
"keywords": [
"amqp",
Expand Down

0 comments on commit 0c873ce

Please sign in to comment.