Skip to content

Commit

Permalink
chore(release): 2.1.0 [ci skip]
Browse files Browse the repository at this point in the history
# [2.1.0](v2.0.0...v2.1.0) (2024-06-25)

### Bug Fixes

* add rabbitmq service ([5905e71](5905e71))

### Features

* lots of updates ([e57d1b0](e57d1b0))
* lots of updates ([#44](#44)) ([79b4f4e](79b4f4e))
  • Loading branch information
semantic-release-bot committed Jun 25, 2024
1 parent 79b4f4e commit e5a8100
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [2.1.0](https://github.com/Bugs5382/fastify-rabbitmq/compare/v2.0.0...v2.1.0) (2024-06-25)


### Bug Fixes

* add rabbitmq service ([5905e71](https://github.com/Bugs5382/fastify-rabbitmq/commit/5905e717465ce5263973147c796ecfe72ed55c6f))


### Features

* lots of updates ([e57d1b0](https://github.com/Bugs5382/fastify-rabbitmq/commit/e57d1b09e8cdfd66822bc727ef679dee1b7baf30))
* lots of updates ([#44](https://github.com/Bugs5382/fastify-rabbitmq/issues/44)) ([79b4f4e](https://github.com/Bugs5382/fastify-rabbitmq/commit/79b4f4ea852aa1002515d2160a09b363b69bd7b0))

# [2.0.0](https://github.com/Bugs5382/fastify-rabbitmq/compare/v1.6.0...v2.0.0) (2024-03-02)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fastify-rabbitmq",
"version": "2.0.0",
"version": "2.1.0",
"description": "A Fastify RabbitMQ Plugin Developed in Pure TypeScript.",
"module": "./lib/esm/index.js",
"main": "./lib/cjs/index.js",
Expand Down

0 comments on commit e5a8100

Please sign in to comment.