diff --git a/HISTORY.md b/HISTORY.md index 7594bce..8c31f47 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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 diff --git a/package.json b/package.json index 50ec57b..84962d5 100644 --- a/package.json +++ b/package.json @@ -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": {