mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-24 08:17:52 -05:00
Release 1.23.0
This commit is contained in:
parent
bf309ba5a4
commit
5344f59b52
2 changed files with 8 additions and 1 deletions
|
@ -1,5 +1,12 @@
|
|||
# History
|
||||
|
||||
## 1.23.0
|
||||
|
||||
* add auth type to types (@u9g)
|
||||
* refactor tcp dns (@Kashalls)
|
||||
* fix a launcher profile.json problem (@Rob9315)
|
||||
* Msa device auth (@extremeheat)
|
||||
|
||||
## 1.22.0
|
||||
|
||||
* Don't stringify every packet if debug not enabled (@evan-goode)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "minecraft-protocol",
|
||||
"version": "1.22.0",
|
||||
"version": "1.23.0",
|
||||
"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