Release 0.16.1

This commit is contained in:
Romain Beaumont 2015-11-19 21:02:31 +01:00
parent cbd3168791
commit d73ea182d6
2 changed files with 3 additions and 2 deletions

View file

@ -1,8 +1,9 @@
# History
## 0.16.1 (unreleased)
## 0.16.1
* add checkTimeoutInterval to createClient
* parse nbt in all packets (in particular tile_entity_data and update_entity_nbt)
## 0.16.0

View file

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