Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Commit

Permalink
Updated amqp dependency. Bumped v0.13.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Mar 21, 2014
1 parent f4642bf commit 38fa9de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
History
=======

## 0.13.1

* Bumped amqp dependency to 0.2.0.

## 0.13.0

* Removed support for node v0.8.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ascoltatori",
"version": "0.13.0",
"version": "0.13.1",
"description": "The pub/sub library for node backed by Redis, MongoDB, AMQP (RabbitMQ), ZeroMQ, MQTT (Mosquitto) or just plain node!",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -67,7 +67,7 @@
"optionalDependencies": {
"redis": "~0.10.1",
"zmq": "~2.6.0",
"amqp": "~0.1.8",
"amqp": "~0.2.0",
"mqtt": "~0.3.1",
"mongodb": "~1.3.23",
"eventemitter2": "~0.4.13",
Expand Down

0 comments on commit 38fa9de

Please sign in to comment.