Skip to content

Commit

Permalink
chore(release): 4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zlintz committed Jul 12, 2020
1 parent 33feb87 commit c2e60b4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [4.0.4](https://github.com/Foo-Foo-MQ/foo-foo-mq/compare/v4.0.3...v4.0.4) (2020-07-12)


### Bug Fixes

* **connection.js:** correct accessor for username and password ([f67da30](https://github.com/Foo-Foo-MQ/foo-foo-mq/commit/f67da30847c1958424f330ee2dc87c1afcbf1212)), closes [#14](https://github.com/Foo-Foo-MQ/foo-foo-mq/issues/14)

### [4.0.3](https://github.com/Foo-Foo-MQ/foo-foo-mq/compare/v4.0.2...v4.0.3) (2020-06-26)

### Warning
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": "foo-foo-mq",
"version": "4.0.3",
"version": "4.0.4",
"description": "Abstractions to simplify working with the RabbitMQ",
"main": "src/index.js",
"engines": {
Expand Down

0 comments on commit c2e60b4

Please sign in to comment.