diff --git a/README.md b/README.md index 967ba07..fc59c83 100644 --- a/README.md +++ b/README.md @@ -293,6 +293,10 @@ NODE_DEBUG="minecraft-protocol" node [...] ## History +### 0.11.5 + + * Fix handling of some conditional fields (thanks [Florian Wesch](https://github.com/dividuum)) + ### 0.11.4 * Chat packet string max length fix (thanks [Robin Lambertz](https://github.com/roblabla)) diff --git a/package.json b/package.json index c99fa93..7cb66c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "0.11.4", + "version": "0.11.5", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "index.js", "repository": {