From ed75a457125f12166ea9d55674aae285bb1dc825 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Tue, 18 Nov 2014 09:30:58 +0100 Subject: [PATCH] Bumped 0.18.0. --- HISTORY.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index baa72b3..f6bf7cc 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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. diff --git a/package.json b/package.json index dd3d680..4ac669b 100644 --- a/package.json +++ b/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": {