From 8c9e776a1a21a8dc8e7951fa6ea53101b66acc7f Mon Sep 17 00:00:00 2001 From: extremeheat Date: Fri, 2 Dec 2022 14:46:16 -0500 Subject: [PATCH] Release 3.22.0 (#325) --- HISTORY.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index ca92394b..a9b5c85c 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,6 @@ +## 3.22.0 +* 1.19.50 support (@WillQizza) + ## 3.21.0 * 1.19.40 support (#314) * types: Fix missing field in ServerAdvertisement (#313) (@minerj101) diff --git a/package.json b/package.json index 58b2fb54..faa81c3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bedrock-protocol", - "version": "3.21.0", + "version": "3.22.0", "description": "Minecraft Bedrock Edition protocol library", "main": "index.js", "scripts": {