Release 0.13.4

This commit is contained in:
roblabla 2015-04-14 13:05:13 +00:00
parent f6601b4295
commit f0a7c1b22d
2 changed files with 9 additions and 1 deletions

View file

@ -381,6 +381,14 @@ NODE_DEBUG="minecraft-protocol" node [...]
## History
### 0.13.4
* Added hook to modify server ping (thanks [Brian Schlenker](https://github.com/bschlenk))
* Exposed the Client class to the browser, after removing node-specific details
* Fixed the examples
* Silenced the "DID NOT PARSE THE WHOLE THING" debug message, and made it print more useful info
* Updated ursa-purejs dependency, which in turned fixed windows version of node-minecraft-protocol.
### 0.13.3
* Fixed readPosition for negative packets (thanks [rom1504](https://github.com/rom1504))

View file

@ -1,6 +1,6 @@
{
"name": "minecraft-protocol",
"version": "0.13.3",
"version": "0.13.4",
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
"main": "index.js",
"repository": {