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

Commit

Permalink
Bumped 0.28.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Apr 7, 2015
1 parent 05c242f commit 15cbb49
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
History
=======

## 0.28.2

* Do not store qos 0 packets for offline delivery #229 #230 by @mazhack.
* Added session present flag on CONNACK #231 by @mazhack).

## 0.28.1

* Fixed "stats should not be published by default in embedded mode"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mosca",
"version": "0.28.1",
"version": "0.28.2",
"description": "MQTT broker as a module",
"main": "index.js",
"bin": {
Expand Down Expand Up @@ -84,7 +84,7 @@
"minimatch": "~1.0.0",
"moment": "~2.8.0",
"moving-average": "0.0.5",
"mqtt": "~1.0.0",
"mqtt": "^1.0.0",
"mqtt-connection": "^2.1.1",
"msgpack5": "^1.3.0",
"pbkdf2-password": "^1.0.0",
Expand Down

0 comments on commit 15cbb49

Please sign in to comment.