diff --git a/HISTORY.md b/HISTORY.md index 081f40b..195b326 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,11 @@ # History +## 0.18.2 + +* update protodef +* custom packets +* fix tab_complete in 1.9 + ## 0.18.1 * update protodef dependency diff --git a/package.json b/package.json index 5d77f58..5c66aa4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "0.18.1", + "version": "0.18.2", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "index.js", "repository": {