From 6e135ed60aa03c45299ec653fa5afd5632eb3ad4 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Thu, 13 Oct 2022 00:38:28 +0200 Subject: [PATCH] Release 4.5.0 --- docs/history.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/history.md b/docs/history.md index 0bb4e75cf..e5d94593b 100644 --- a/docs/history.md +++ b/docs/history.md @@ -1,3 +1,11 @@ +## 4.5.0 + +* 1.19 support (@extremeheat @rom1504 @FCKJohni @Shorent) +* refactoring examples to use bot.registry (@Epirito) +* Added barrel and coloured shulker boxes to openable windows (@lazydancer) +* types: Fix return type for openBlock and openEntity (@sefirosweb) +* Update activateEntity and activateEntityAt types (@amoraschi) + ## 4.4.0 * Fix chatterbox example not getting dropped item (@u9g) [commit](https://github.com/PrismarineJS/mineflayer/commit/f860eac01a0418f4a3de749482d8cab681acc48a) diff --git a/package.json b/package.json index f435b09ac..00d51769a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mineflayer", - "version": "4.4.0", + "version": "4.5.0", "description": "create minecraft bots with a stable, high level API", "main": "index.js", "types": "index.d.ts",