Release 1.29.0

This commit is contained in:
Romain Beaumont 2021-12-11 02:15:07 +01:00 committed by GitHub
parent e1db56a32d
commit d4208b2070
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
# History
## 1.29.0
* 1.18.0 support
## 1.28.1
* Fix microsoft auth error condition handling (@extremeheat)

View file

@ -1,6 +1,6 @@
{
"name": "minecraft-protocol",
"version": "1.28.1",
"version": "1.29.0",
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
"main": "src/index.js",
"types": "src/index.d.ts",