From af3ba9554670e8f5115f876156c0fc80d3bb0503 Mon Sep 17 00:00:00 2001 From: rom1504bot Date: Tue, 15 Oct 2024 00:26:44 +0200 Subject: [PATCH] Release 4.22.0 (#3479) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- docs/history.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/history.md b/docs/history.md index 309edeaa7..d7eeafa06 100644 --- a/docs/history.md +++ b/docs/history.md @@ -1,3 +1,6 @@ +## 4.22.0 +* [Remove debug logging (#3478)](https://github.com/PrismarineJS/mineflayer/commit/eb29d350ede0590fce17e04bf21071807a87e3a1) (thanks @extremeheat) + ## 4.21.0 * [1.20.6 (#3412)](https://github.com/PrismarineJS/mineflayer/commit/44fad41c18be5024564e24e1cdee624d35d4d387) (thanks @extremeheat) * [Update README.md (#3420)](https://github.com/PrismarineJS/mineflayer/commit/1c2a5c0fa78f74a63fabd7edde85c4a74db32dee) (thanks @SilkePilon) diff --git a/package.json b/package.json index 6d1888fb1..eef358235 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mineflayer", - "version": "4.21.0", + "version": "4.22.0", "description": "create minecraft bots with a stable, high level API", "main": "index.js", "types": "index.d.ts",