Release 1.5.0

This commit is contained in:
Romain Beaumont 2018-01-01 23:05:19 +01:00
parent 07a5c67b7b
commit eef401c1c8
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.0
* support 17w50a (first 1.13 snapshot supported)
* full packet parser for better parsing errors
## 1.4.1
* lock yggdrasil until issue with 1.1.0 is fixed

View File

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