mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-30 14:41:27 -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
|
## History
|
||||||
|
|
||||||
|
### 0.13.2
|
||||||
|
|
||||||
|
* Fixed particle packet.
|
||||||
|
* Fixed release. 0.13.1 release was missing an entire folder.
|
||||||
|
|
||||||
### 0.13.1
|
### 0.13.1
|
||||||
|
|
||||||
* Externalized rsa-wrap library to its own npm module, named ursa-native
|
* Externalized rsa-wrap library to its own npm module, named ursa-native
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "minecraft-protocol",
|
"name": "minecraft-protocol",
|
||||||
"version": "0.13.1",
|
"version": "0.13.2",
|
||||||
"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