diff --git a/docs/HISTORY.md b/docs/HISTORY.md index 5f746a7..e60a702 100644 --- a/docs/HISTORY.md +++ b/docs/HISTORY.md @@ -1,5 +1,9 @@ # History +## 1.25.0 + +* add fullBuffer to packet event + ## 1.24.2 * Throw if data is not available for a given version (@U9G) diff --git a/package.json b/package.json index 0c0c013..0cf603f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "1.24.2", + "version": "1.25.0", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "src/index.js", "types": "src/index.d.ts",