From 61789bbea9cbb8a746d0460c176067ff4076cfbb Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Thu, 8 Apr 2021 02:33:02 +0200 Subject: [PATCH] Release 1.25.0 (#844) * Update HISTORY.md * Update package.json --- docs/HISTORY.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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",