Skip to content

Commit

Permalink
chore(release): 4.0.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0-beta.1](v3.3.0...v4.0.0-beta.1) (2024-06-06)

### Bug Fixes

* **deps:** bump amqplib from 0.10.3 to 0.10.4 ([#368](#368)) ([dae6c84](dae6c84))
* **deps:** bump smob from 1.4.1 to 1.5.0 ([#334](#334)) ([0b2935a](0b2935a))

### Features

* adjusted test suite ([a5cc771](a5cc771))
* change publish/consume signature ([ff316ec](ff316ec))
* initial refactoring of config, consume- &p publish-behaviour ([1102aa8](1102aa8))

### BREAKING CHANGES

* public api changed
  • Loading branch information
semantic-release-bot committed Jun 6, 2024
1 parent 7c84542 commit 906ed81
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [4.0.0-beta.1](https://github.com/Tada5hi/amqp-extension/compare/v3.3.0...v4.0.0-beta.1) (2024-06-06)


### Bug Fixes

* **deps:** bump amqplib from 0.10.3 to 0.10.4 ([#368](https://github.com/Tada5hi/amqp-extension/issues/368)) ([dae6c84](https://github.com/Tada5hi/amqp-extension/commit/dae6c840ad69e74a6c5dc37ea7f0fbb6c8ea1bae))
* **deps:** bump smob from 1.4.1 to 1.5.0 ([#334](https://github.com/Tada5hi/amqp-extension/issues/334)) ([0b2935a](https://github.com/Tada5hi/amqp-extension/commit/0b2935af145d4844510c19b6d3f9d23ac0e3386a))


### Features

* adjusted test suite ([a5cc771](https://github.com/Tada5hi/amqp-extension/commit/a5cc7714a141d671d1e97ed67216df0ffc53af49))
* change publish/consume signature ([ff316ec](https://github.com/Tada5hi/amqp-extension/commit/ff316ec27ac1077c7a6949ea5e5adf6ad1e5e5f5))
* initial refactoring of config, consume- &p publish-behaviour ([1102aa8](https://github.com/Tada5hi/amqp-extension/commit/1102aa8a8b000336312d89c92434d8c77e7a0424))


### BREAKING CHANGES

* public api changed

# [3.3.0](https://github.com/Tada5hi/amqp-extension/compare/v3.2.0...v3.3.0) (2024-03-20)


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": "3.3.0",
"version": "4.0.0-beta.1",
"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 906ed81

Please sign in to comment.