From 9ea3652b6b200ba7f21e7075bad030fdc1a378c5 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Fri, 12 Feb 2016 14:46:32 +0100 Subject: [PATCH] Release 0.17.0 --- HISTORY.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 65c3205..375acf7 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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 diff --git a/package.json b/package.json index 9774e48..50726f9 100644 --- a/package.json +++ b/package.json @@ -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": {