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

Commit 15cbb49

Browse files
committed
Bumped 0.28.2.
1 parent 05c242f commit 15cbb49

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

HISTORY.md

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

4+
## 0.28.2
5+
6+
* Do not store qos 0 packets for offline delivery #229 #230 by @mazhack.
7+
* Added session present flag on CONNACK #231 by @mazhack).
8+
49
## 0.28.1
510

611
* Fixed "stats should not be published by default in embedded mode"

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mosca",
3-
"version": "0.28.1",
3+
"version": "0.28.2",
44
"description": "MQTT broker as a module",
55
"main": "index.js",
66
"bin": {
@@ -84,7 +84,7 @@
8484
"minimatch": "~1.0.0",
8585
"moment": "~2.8.0",
8686
"moving-average": "0.0.5",
87-
"mqtt": "~1.0.0",
87+
"mqtt": "^1.0.0",
8888
"mqtt-connection": "^2.1.1",
8989
"msgpack5": "^1.3.0",
9090
"pbkdf2-password": "^1.0.0",

0 commit comments

Comments
 (0)