diff --git a/README.md b/README.md index e9f9399..699e90c 100644 --- a/README.md +++ b/README.md @@ -228,3 +228,21 @@ correct data type. 85 tests complete ``` + +## History + +### 0.6.4 + + * Allow minecraft username instead of mojang email. (thanks roblabla) + +### 0.6.3 + + * y values when only 1 byte are always unsigned + +### 0.6.2 + + * 0x0e: change face to unsigned byte + +### 0.6.1 + + * 0x0d: fix incorrectly swapped stance and y diff --git a/package.json b/package.json index 6d7f07d..1b575cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "0.6.3", + "version": "0.6.4", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "index.js", "repository": {