From 4f9341e6547801fae14ea390b8dd658b0bf7cd50 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Sun, 15 Jan 2023 18:41:53 +0100 Subject: [PATCH] Release 1.38.0 (#1058) * Update package.json * Update HISTORY.md --- docs/HISTORY.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/HISTORY.md b/docs/HISTORY.md index 8bf20e9..f8665e8 100644 --- a/docs/HISTORY.md +++ b/docs/HISTORY.md @@ -1,7 +1,12 @@ # History +## 1.38.0 +* Update convenience chat events (@frej4189) +* Realm Joining (@LucienHH ) +* Fix chat previews not working (@frej4189) + ## 1.37.0 -* 1.19.1/2 signed chat support +* 1.19.1/2 signed chat support (@frej4189 @extremeheat) ## 1.36.2 * Throw error on minecraft-data protocol version mismatch (#1044) diff --git a/package.json b/package.json index 9f7f6c2..0f76236 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "1.37.0", + "version": "1.38.0", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "src/index.js", "types": "src/index.d.ts",