mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2025-02-17 08:10:18 -05:00
Release 1.28.0 (#924)
This commit is contained in:
parent
88003d065e
commit
8ff8ddcef5
2 changed files with 10 additions and 1 deletions
|
@ -1,5 +1,14 @@
|
|||
# History
|
||||
|
||||
## 1.28.0
|
||||
* Fixed TypeScript error TS2769 when authenticating with mojang (#922) (@liquiddevelopmentnet)
|
||||
* Update prismarine-auth usage (#923) (@extremeheat)
|
||||
* types(Client): fix events (#918) (@muchnameless and Robert Hartmann)
|
||||
* add default for authTitle (#920) (@U5B)
|
||||
* Update ping function return type and make callback optional (#909) (@ShayBox)
|
||||
* Fixed typo's (#915) (@OscarNOW)
|
||||
* Add the ability to send a fake hostname in set_protocol (#913) (@GhqstMC and u9g)
|
||||
|
||||
## 1.27.2
|
||||
|
||||
* try again to enable prismarine-auth
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "minecraft-protocol",
|
||||
"version": "1.27.2",
|
||||
"version": "1.28.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