Release 1.2.0

This commit is contained in:
Romain Beaumont 2017-06-08 14:49:59 +02:00
parent 20dd0710f2
commit 59bb1ac95c
No known key found for this signature in database
GPG Key ID: DB60E388B3BCF286
2 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,9 @@
# History
## 1.1.4 (UNRELEASED)
## 1.2.0
* some 1.12 snapshots support
* disable validator for protocol (use too much memory and cpu, and already validated in mcdata tests)
* Added a errorHandler option to createServer.
## 1.1.3

View File

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