Skip to content

Commit

Permalink
chore(release): 3.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.1.0](v3.0.0...v3.1.0) (2019-12-06)

### Features

* Allow using URL object to connect, same format as amqplib accepts. ([f046680](f046680))
  • Loading branch information
semantic-release-bot committed Dec 6, 2019
1 parent f046680 commit 8d8df83
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [3.1.0](https://github.com/benbria/node-amqp-connection-manager/compare/v3.0.0...v3.1.0) (2019-12-06)


### Features

* Allow using URL object to connect, same format as amqplib accepts. ([f046680](https://github.com/benbria/node-amqp-connection-manager/commit/f046680))

# [3.0.0](https://github.com/benbria/node-amqp-connection-manager/compare/v2.3.3...v3.0.0) (2019-07-04)


Expand Down
2 changes: 1 addition & 1 deletion 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-connection-manager",
"version": "3.0.0",
"version": "3.1.0",
"description": "Auto-reconnect and round robin support for amqplib.",
"main": "lib/index.js",
"dependencies": {
Expand Down

0 comments on commit 8d8df83

Please sign in to comment.