diff --git a/HISTORY.md b/HISTORY.md index 73ba60c..4313d12 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ # History +## 0.19.5 + +* check if e.field is defined when completing serializer/deserializer errors + ## 0.19.4 * fix spawn_painting in 1.9 diff --git a/package.json b/package.json index deb25c0..6fea3dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "0.19.4", + "version": "0.19.5", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "index.js", "repository": {