Release 1.23.3

This commit is contained in:
Romain Beaumont 2021-03-13 01:39:46 +00:00
parent f363b7d785
commit e56355a508
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
# History
## 1.23.3
* add a reason to client timeout
## 1.23.2
* Remove test code from microsoftAuth

View file

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