Skip to content

Commit

Permalink
Bumped v0.21.0.
Browse files Browse the repository at this point in the history
Removed node v5 from travis.
  • Loading branch information
mcollina committed Sep 2, 2016
1 parent c539e6c commit 43982a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: node_js
node_js:
- "0.12"
- "4"
- "5"
- "6"
script:
- npm run ci
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ packet.
[UNSUBSCRIBE](https://github.com/mqttjs/mqtt-packet#unsubscribe)
packet.
2. `client`
* `connackSent`: when a CONNACK packet is sent to a client [Client](#client) (happens after `'client'`), arguments:
1. `client`

-------------------------------------------------------
<a name="handle"></a>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aedes",
"version": "0.20.0",
"version": "0.21.0",
"description": "Stream-based MQTT broker",
"main": "aedes.js",
"scripts": {
Expand Down

0 comments on commit 43982a1

Please sign in to comment.