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

Commit ab97cc9

Browse files
committed
Bumped 0.28.1.
1 parent 3e7e714 commit ab97cc9

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

HISTORY.md

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

4+
## 0.28.1
5+
6+
* Fixed "stats should not be published by default in embedded mode"
7+
https://github.com/mcollina/mosca/pull/217 by @stefanobaghino.
8+
* ASCII art on start.
9+
10+
## 0.28.0
11+
12+
* Updated dependencies.
13+
* node 0.12 support.
14+
15+
## 0.27.1
16+
17+
* Upgraded browserify to v8.1.1.
18+
19+
## 0.27.0
20+
21+
* Updated MQTT.js to 1.0.0.
22+
* Extracted
23+
[pbkdf2-password](https://www.npmjs.com/package/pbkdf2-password).
24+
* Updated Dockerfile.
25+
426
## 0.26.2
527

628
* Improved error handling in case of database errors.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mosca",
3-
"version": "0.28.0",
3+
"version": "0.28.1",
44
"description": "MQTT broker as a module",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)