diff --git a/docs/HISTORY.md b/docs/HISTORY.md index b440ca04..57863252 100644 --- a/docs/HISTORY.md +++ b/docs/HISTORY.md @@ -1,5 +1,7 @@ # History +* Fix new types not being optional. (@IceTank) [#1033](https://github.com/PrismarineJS/node-minecraft-protocol/pull/1033) + ## 1.36.0 * Use offline mode as default authentication, fallback to offline mode if invalid option. (@Kashalls) diff --git a/package.json b/package.json index 027c3dab..84f57592 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "1.36.0", + "version": "1.36.1", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "src/index.js", "types": "src/index.d.ts",