From d763710bd50feba754e992843b2ba31b557355bc Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Tue, 6 Oct 2020 20:48:33 +0000 Subject: [PATCH] Release 1.17.0 --- 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 f255883..545c1d3 100644 --- a/docs/HISTORY.md +++ b/docs/HISTORY.md @@ -1,5 +1,9 @@ # History +## 1.17.0 + +* minecraft 1.16.2 and 1.16.3 support + ## 1.16.0 * add buffer to packet event diff --git a/package.json b/package.json index 2ee8178..365c139 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "1.16.0", + "version": "1.17.0", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "src/index.js", "types": "src/index.d.ts",