Skip to content

Commit

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

### Bug Fixes

* ensure (n)ack is send on same channel ([ab7026f](ab7026f))
  • Loading branch information
semantic-release-bot committed Jun 11, 2024
1 parent ab7026f commit fe2fd54
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [4.0.0-beta.2](https://github.com/Tada5hi/amqp-extension/compare/v4.0.0-beta.1...v4.0.0-beta.2) (2024-06-11)


### Bug Fixes

* ensure (n)ack is send on same channel ([ab7026f](https://github.com/Tada5hi/amqp-extension/commit/ab7026f4e65f9cff33cb509dc25a77b72ddc25f1))

# [4.0.0-beta.1](https://github.com/Tada5hi/amqp-extension/compare/v3.3.0...v4.0.0-beta.1) (2024-06-06)


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": "4.0.0-beta.1",
"version": "4.0.0-beta.2",
"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 fe2fd54

Please sign in to comment.