diff --git a/docs/HISTORY.md b/docs/HISTORY.md index 05c9a9f..f7ed278 100644 --- a/docs/HISTORY.md +++ b/docs/HISTORY.md @@ -1,5 +1,9 @@ # History +## 1.32.1 + +* fix protocolValidation not being optional in .d.ts typings (@IceTank) + ## 1.32.0 * add protocolValidation field to server and client options (@RichardDorian) diff --git a/package.json b/package.json index 4b9f17c..7866209 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "1.32.0", + "version": "1.32.1", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "src/index.js", "types": "src/index.d.ts",