diff --git a/docs/HISTORY.md b/docs/HISTORY.md index cb0167a..5f746a7 100644 --- a/docs/HISTORY.md +++ b/docs/HISTORY.md @@ -1,5 +1,9 @@ # History +## 1.24.2 + +* Throw if data is not available for a given version (@U9G) + ## 1.24.1 * fix write to launcher_accounts.json (@majorblake) diff --git a/package.json b/package.json index 7f2a167..7e3a85f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "1.24.1", + "version": "1.24.2", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "src/index.js", "types": "src/index.d.ts",