mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2025-03-14 22:39:55 -04:00
parent
92fd00d40d
commit
e4c797d4d8
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
|||
# History
|
||||
|
||||
## 1.35.1
|
||||
|
||||
* add custom minecraft type varlong which aliases to varint @rob9315
|
||||
|
||||
## 1.35.0
|
||||
|
||||
* Add option to not answer to pings (@matthi4s)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "minecraft-protocol",
|
||||
"version": "1.35.0",
|
||||
"version": "1.35.1",
|
||||
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
|
||||
"main": "src/index.js",
|
||||
"types": "src/index.d.ts",
|
||||
|
|
Loading…
Reference in a new issue