diff --git a/HISTORY.md b/HISTORY.md index 17737f3..37a555b 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ # History +## 1.12.0 + +* use protodef compiler, making node-minecraft-protocol 10x faster, thanks for this huge improvement @Karang + ## 1.11.0 * proxy support in auth (thanks @IdanHo) diff --git a/package.json b/package.json index 066a241..c9f0600 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "1.11.0", + "version": "1.12.0", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "src/index.js", "types": "src/index.d.ts", @@ -9,7 +9,6 @@ "url": "git://github.com/PrismarineJS/node-minecraft-protocol.git" }, "scripts": { - "prepublish": "require-self", "test": "mocha --recursive --reporter spec --exit", "lint": "standard", "fix": "standard --fix",