Release 0.17.0

This commit is contained in:
Romain Beaumont 2016-02-12 14:46:32 +01:00
parent 4d99e1a00c
commit 9ea3652b6b
2 changed files with 11 additions and 1 deletions

View File

@ -1,5 +1,15 @@
# History
## 0.17.0
* requires node>=4
* big refactor of createClient : split in several modules (thanks @deathcap)
* stop using es7
* make it easy to create client plugins (and create minecraft-protocol-forge) (thanks @deathcap)
* use babel6
* add dynamic version support in client
* update minecraft-data
## 0.16.6
* fix latency before the first keep alive

View File

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