We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bda3946 commit 440a5eeCopy full SHA for 440a5ee
CHANGELOG.md
@@ -3,6 +3,10 @@
3
4
## 1.0.x
5
6
+### 1.0.2
7
+
8
+ * Bug fix - corrected bug causing connection.unreachable event not to be prefixed with connection name correctly (thanks @Cyri-L)
9
10
### 1.0.1
11
12
* Bug fix - uri parsing should not including leading slash between host specification and vhost
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "rabbot",
- "version": "1.0.0",
+ "version": "1.0.2",
"description": "Abstractions to simplify working with the RabbitMQ",
"main": "src/index.js",
"repository": "https://github.com/arobson/rabbot",
0 commit comments