From cb45a68fedd54b413256dc47586f4358759489f2 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Tue, 12 Apr 2016 23:36:38 +0200 Subject: [PATCH] Release 2.0.0 --- HISTORY.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index dbfca45..346028b 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,11 @@ +## 2.0.0 + +* lot of raknet update that fix bugs +* the server example is working +* fix packets +* breaking : remove mcpe_ prefix in packet names +* encapsulated packet now emit actual errors + ## 1.1.0 * raknet is integrated, packet parsing is working diff --git a/package.json b/package.json index b635b2e..e843b66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pocket-minecraft-protocol", - "version": "1.1.1", + "version": "2.0.0", "description": "Parse and serialize Minecraft PE packets", "main": "index.js", "scripts": {