From a061882d3a7bfabdcdda8ef55c945ee41e104b7a Mon Sep 17 00:00:00 2001 From: rom1504bot Date: Sun, 31 Dec 2023 15:28:42 +0100 Subject: [PATCH] Release 4.17.0 (#3269) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- docs/history.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/history.md b/docs/history.md index 4f7d10974..0cbb57bcb 100644 --- a/docs/history.md +++ b/docs/history.md @@ -1,3 +1,8 @@ +## 4.17.0 +* [Exclude browser from node version check (#3268)](https://github.com/PrismarineJS/mineflayer/commit/c466d327227796865c53bfd24e66668911be4af5) (thanks @rom1504) +* [Fix for a possible error in lib/plugins/entities.js file (#3254)](https://github.com/PrismarineJS/mineflayer/commit/15cfeb4fa59edfcddf7a0b70a966294b24d798ed) (thanks @Mykola1453) +* [Make explicit supported versions in readme (#3264)](https://github.com/PrismarineJS/mineflayer/commit/931a4187965aef686c6188b944de84455c65b827) (thanks @rom1504) + ## 4.16.0 * [Fix version check (#3259)](https://github.com/PrismarineJS/mineflayer/commit/88d361f9209cdc2bc4620b32118fb2245f6dcdf9) (thanks @extremeheat) diff --git a/package.json b/package.json index d1e6a5740..1cba5f376 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mineflayer", - "version": "4.16.0", + "version": "4.17.0", "description": "create minecraft bots with a stable, high level API", "main": "index.js", "types": "index.d.ts",