mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-28 13:45:37 -04:00
Release 0.13.2
This commit is contained in:
parent
ea62fdc670
commit
cbdf8adb05
@ -381,6 +381,11 @@ NODE_DEBUG="minecraft-protocol" node [...]
|
||||
|
||||
## History
|
||||
|
||||
### 0.13.2
|
||||
|
||||
* Fixed particle packet.
|
||||
* Fixed release. 0.13.1 release was missing an entire folder.
|
||||
|
||||
### 0.13.1
|
||||
|
||||
* Externalized rsa-wrap library to its own npm module, named ursa-native
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "minecraft-protocol",
|
||||
"version": "0.13.1",
|
||||
"version": "0.13.2",
|
||||
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user