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

Commit

Permalink
Bumped v0.21.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Jun 6, 2014
1 parent 5ed1ea9 commit 13c36ef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 13c36ef

Please sign in to comment.