Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.0.2...v3.0.0) (2024-02-28)

### Bug Fixes

* **deps:** bump @types/amqplib from 0.10.4 to 0.10.5 ([#310](#310)) ([984294e](984294e))

### Features

* bind consume & publish to client class & remove singleton patterns ([9160408](9160408))

### BREAKING CHANGES

* refactor public api
  • Loading branch information
semantic-release-bot committed Feb 28, 2024
1 parent 1255004 commit 7f46eda
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [3.0.0](https://github.com/Tada5hi/amqp-extension/compare/v2.0.2...v3.0.0) (2024-02-28)


### Bug Fixes

* **deps:** bump @types/amqplib from 0.10.4 to 0.10.5 ([#310](https://github.com/Tada5hi/amqp-extension/issues/310)) ([984294e](https://github.com/Tada5hi/amqp-extension/commit/984294e7ac9dd04853ebd75e70b09841340b3239))


### Features

* bind consume & publish to client class & remove singleton patterns ([9160408](https://github.com/Tada5hi/amqp-extension/commit/9160408038b1d48210735c843674817bb0ac45c6))


### BREAKING CHANGES

* refactor public api

## [2.0.2](https://github.com/Tada5hi/amqp-extension/compare/v2.0.1...v2.0.2) (2024-02-28)


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": "amqp-extension",
"version": "2.0.2",
"version": "3.0.0",
"description": "An amqp extension with functions and utility functions to consume and publish queue messages.",
"main": "./dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit 7f46eda

Please sign in to comment.