From 09786ffe4f33d013d5759335c5b2b582b34bdbf6 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Sat, 8 Oct 2016 13:59:09 +0200 Subject: [PATCH] Release 1.1.0 --- HISTORY.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 5214a3f..7ef7602 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,10 @@ # History +## 1.1.0 + +* added plugin channel support (thanks @plexigras) +* add doc for client.end + ## 1.0.1 * a small fix to autoversion diff --git a/package.json b/package.json index 0b29fa2..fd00005 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "1.0.1", + "version": "1.1.0", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "index.js", "repository": {