From d4dc0d911b1bc608f63150ee5c370b473aae6c69 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Sun, 15 Dec 2013 20:03:20 +0100 Subject: [PATCH] Bumped v0.14.4. Updated HISTORY. --- HISTORY.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index d9a9a5b..08e8d50 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,13 @@ History ======= +## 0.14.4 + +* Restored 'clientDisconnected' event in case of errors + [#79](https://github.com/mcollina/mosca/pull/79). +* Fixed multiple offline message delivery + [#80](https://github.com/mcollina/mosca/pull/80). + ## 0.14.3 * Fixed retained messages support in windows diff --git a/package.json b/package.json index 71b981e..f2b6b86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mosca", - "version": "0.14.3", + "version": "0.14.4", "description": "The multi-transport MQTT broker for node.js. It supports AMQP, Redis, ZeroMQ, MongoDB or just MQTT.", "main": "index.js", "bin": {