mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-29 14:13:45 -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
|
/node_modules
|
||||||
/test/npm-debug.log
|
/test/npm-debug.log
|
||||||
|
/test/server
|
||||||
|
@ -343,6 +343,11 @@ NODE_DEBUG="minecraft-protocol" node [...]
|
|||||||
```
|
```
|
||||||
|
|
||||||
## History
|
## 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
|
### 0.12.2
|
||||||
|
|
||||||
* Updated protocol version to support 1.7.10
|
* Updated protocol version to support 1.7.10
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "minecraft-protocol",
|
"name": "minecraft-protocol",
|
||||||
"version": "0.12.2",
|
"version": "0.12.3",
|
||||||
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
|
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user