From 3ecc89b5072a3aef1fd660cb22cf3895e3c02375 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Mon, 30 May 2016 23:16:38 +0200 Subject: [PATCH] Release 1.0.0 --- HISTORY.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 253ce7d..94c19f9 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,13 @@ # History +## 1.0.0 + +* update prismarine-nbt +* fixed options.favicon in createServer +* enable strict mode +* update to minecraft-data 2.0.0 +* finally move to a major version + ## 0.19.6 * update mcwrap diff --git a/package.json b/package.json index 37dc2c4..83bf0ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "0.19.6", + "version": "1.0.0", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "index.js", "repository": {