mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-28 13:45:37 -04:00
Release 0.7.3
This commit is contained in:
parent
1a434b9743
commit
1ca600d756
@ -231,6 +231,12 @@ correct data type.
|
||||
|
||||
## History
|
||||
|
||||
### 0.7.3
|
||||
|
||||
* revert removing socket delays to reduce latency as it was causing
|
||||
errors and test failures.
|
||||
* server: Client now emits more predictable 'end' events.
|
||||
|
||||
### 0.7.2
|
||||
|
||||
* fix objectData writer. This fixes sending an 0x17 packet.
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "minecraft-protocol",
|
||||
"version": "0.7.2",
|
||||
"version": "0.7.3",
|
||||
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user