diff --git a/.gitignore b/.gitignore index 0be1f32..532c77f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /node_modules /test/npm-debug.log +/test/server diff --git a/README.md b/README.md index a03252f..2e53a30 100644 --- a/README.md +++ b/README.md @@ -343,6 +343,11 @@ NODE_DEBUG="minecraft-protocol" node [...] ``` ## History + +### 0.12.3 + + * Fix for/in used over array, causing glitches with augmented Array prototypes (thanks [pelikhan](https://github.com/pelikhan)) + ### 0.12.2 * Updated protocol version to support 1.7.10 diff --git a/package.json b/package.json index ccf6947..ed11fc6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "0.12.2", + "version": "0.12.3", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "index.js", "repository": {