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

Commit 75a68a0

Browse files
committed
Bumped v0.9.2. Updated HISTORY.
1 parent fd6ce60 commit 75a68a0

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.2
5+
6+
* Added the ability to pass a custom Ascoltatore to `mosca.Server`.
7+
* `mosca.Server` callbacks now yields the server.
8+
* `mosca.Server` can now be called like a function.
9+
410
## 0.9.1
511

612
* 'test/topic' is different from '/test/topic'

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mosca",
3-
"version": "0.9.1",
3+
"version": "0.9.2",
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)