mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-28 21:52:17 -04:00
Release 0.12.3
This commit is contained in:
parent
b8ea176fb7
commit
a8648464f4
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/node_modules
|
||||
/test/npm-debug.log
|
||||
/test/server
|
||||
|
@ -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
|
||||
|
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user