Release 0.16.4

This commit is contained in:
Romain Beaumont 2015-12-22 00:07:27 +01:00
parent 3b4cd6ef6a
commit 86b70f2544
3 changed files with 9 additions and 1 deletions

View file

@ -1,5 +1,9 @@
# History
## 0.16.4
* add client.latency (thanks @netraameht)
## 0.16.3
* update protodef : fix bug in switch

View file

@ -112,6 +112,10 @@ The user's session, as returned by the Yggdrasil system. (only client-side)
The player's profile, as returned by the Yggdrasil system. (only server-side)
### client.latency
The latency of the client, in ms. Updated at each keep alive.
### `packet` event
Called with every packet parsed. Takes two params, the JSON data we parsed,

View file

@ -1,6 +1,6 @@
{
"name": "minecraft-protocol",
"version": "0.16.4-GH",
"version": "0.16.4",
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
"main": "index.js",
"repository": {