From 13c36ef0fd7d302f68789fb178cb114d5c825f1e Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Fri, 6 Jun 2014 23:36:15 +0200 Subject: [PATCH] Bumped v0.21.4. --- HISTORY.md | 9 +++++++-- package.json | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 54d1f5e..335b5c2 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,7 +1,12 @@ History ======= -## 0.21.2 +## 0.21.4 + +* Fixed wrong count of connected clients + [#135](https://github.com/mcollina/mosca/issues/135). + +## 0.21.3 * Fixed crash when started without a persistance. * Emit will message if the keepalive timer fails. @@ -21,7 +26,7 @@ History ## 0.21.0 * Fixed offline messaging - [#30](https://github.com/mcollina/mosca/pull/130). + [#130](https://github.com/mcollina/mosca/pull/130). * Bumped Ascoltatori to 0.15.0. ## 0.20.3 diff --git a/package.json b/package.json index 191a09f..8a5b7b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mosca", - "version": "0.21.3", + "version": "0.21.4", "description": "The multi-transport MQTT broker for node.js. It supports AMQP, Redis, ZeroMQ, MongoDB or just MQTT.", "main": "index.js", "bin": {