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

Commit 469d156

Browse files
committed
Bumped v0.9.3. Updated HISTORY.
1 parent 49dad8b commit 469d156

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

HISTORY.md

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

4+
## 0.9.3
5+
6+
* Upgraded LevelUp to 0.12.0.
7+
* Fixed level-fix-range dependency to avoid a bug
8+
https://github.com/dominictarr/level-sublevel/issues/21.
9+
* Improved Logger creation in Server.
10+
* Improved Logger handling inside clients.
11+
412
## 0.9.2
513

614
* Added the ability to pass a custom Ascoltatore to `mosca.Server`.

package.json

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