Release 1.8.0

This commit is contained in:
Romain Beaumont 2018-08-26 16:09:39 +02:00
parent 9bc4ddadb6
commit 63c194266f
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.8.0
* 1.13.1 support
* better tests
## 1.7.0
* 1.13 support (thanks @lluiscab)

View File

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