Release 0.12.3

This commit is contained in:
roblabla 2014-10-19 17:55:27 +02:00
parent b8ea176fb7
commit a8648464f4
3 changed files with 7 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/node_modules
/test/npm-debug.log
/test/server

View File

@ -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

View File

@ -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": {