Skip to content

Commit

Permalink
chore(release): 3.8.1 [skip ci]
Browse files Browse the repository at this point in the history
## [3.8.1](v3.8.0...v3.8.1) (2021-12-29)

### Bug Fixes

* batch sending stops ([6a5b589](6a5b589)), closes [#196](#196)
  • Loading branch information
semantic-release-bot committed Dec 29, 2021
1 parent 8237384 commit 4d9f385
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [3.8.1](https://github.com/jwalton/node-amqp-connection-manager/compare/v3.8.0...v3.8.1) (2021-12-29)

### Bug Fixes

- batch sending stops ([6a5b589](https://github.com/jwalton/node-amqp-connection-manager/commit/6a5b5890de3e2d543e27f4c078d27dc32b8b23d9)), closes [#196](https://github.com/jwalton/node-amqp-connection-manager/issues/196)

# [3.8.0](https://github.com/jwalton/node-amqp-connection-manager/compare/v3.7.0...v3.8.0) (2021-12-29)

### Features
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": "amqp-connection-manager",
"version": "3.8.0",
"version": "3.8.1",
"description": "Auto-reconnect and round robin support for amqplib.",
"module": "./dist/esm/index.js",
"main": "./dist/cjs/index.js",
Expand Down

0 comments on commit 4d9f385

Please sign in to comment.