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

Commit

Permalink
Bumped 0.18.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Nov 18, 2014
1 parent b016684 commit ed75a45
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions HISTORY.md
Expand Up @@ -2,6 +2,17 @@
History
=======

## 0.18.0

* Mongo: Try to reopen the tailable cursor on pubsub if cursor is lost
[#107](https://github.com/mcollina/ascoltatori/pull/107).
* Updated zmq to 2.8.0.
* Updated dev dependencies.

## 0.17.0

* Do not run 'convertToCapped' as it breaks Ascoltatore-Ascoltatore interop.

## 0.16.0

* Updated dependencies.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ascoltatori",
"version": "0.17.0",
"version": "0.18.0",
"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

0 comments on commit ed75a45

Please sign in to comment.