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

Commit 2865e15

Browse files
committed
Bumped version 0.9.1. Updated HISTORY.
1 parent 3c7b2b8 commit 2865e15

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

HISTORY.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
History
22
=======
33

4+
## 0.9.1
5+
6+
* 'test/topic' is different from '/test/topic'
7+
* Resetting ping timer on publish, subcribe, unsubscribe:
8+
[#47](https://github.com/mcollina/mosca/pull/47).
9+
410
## 0.9.0
511

612
* Bumped Ascoltatori to 0.11.0.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mosca",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "The multi-transport MQTT broker for node.js. It supports AMQP, Redis, ZeroMQ, MongoDB or just MQTT.",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)