Release 1.28.0 (#924)

This commit is contained in:
extremeheat 2021-11-14 07:00:53 -05:00 committed by GitHub
parent 88003d065e
commit 8ff8ddcef5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

View file

@ -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

View file

@ -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",