Release 1.8.1

This commit is contained in:
Romain Beaumont 2018-09-25 23:43:56 +02:00
parent c3589ce01d
commit eac4f3d8ac
No known key found for this signature in database
GPG Key ID: DB60E388B3BCF286
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# History
## 1.8.1
* update mcdata : fix loadpath bug for 1.13.1
## 1.8.0
* 1.13.1 support

View File

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