Release 1.5.2

This commit is contained in:
Romain Beaumont 2018-05-01 21:12:15 +02:00
parent a29d7f151a
commit f6e7a60cb6
No known key found for this signature in database
GPG key ID: DB60E388B3BCF286
2 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,10 @@
# History
## 1.5.2
* fix issue with auth.js
* Increase checkoutTimeoutInterval default to 30s in client
## 1.5.1
* Update autoVersion.js to emit errors instead of throwing

View file

@ -1,6 +1,6 @@
{
"name": "minecraft-protocol",
"version": "1.5.1",
"version": "1.5.2",
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
"main": "src/index.js",
"repository": {