From 06398376070b5db1ef0589dc7d7bb1c53d99dbec Mon Sep 17 00:00:00 2001 From: rom1504bot Date: Sun, 27 Aug 2023 11:27:30 +0200 Subject: [PATCH] Release 4.13.0 (#3171) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- docs/history.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/history.md b/docs/history.md index 9085d6b93..22b44b0f4 100644 --- a/docs/history.md +++ b/docs/history.md @@ -1,3 +1,10 @@ +## 4.13.0 +* [Switch to entity.displayName (#3168)](https://github.com/PrismarineJS/mineflayer/commit/2409ad458b952173de669a7d9cfaeb770effe3ae) (thanks @lkwilson) +* [Update readme auth doc (#3169)](https://github.com/PrismarineJS/mineflayer/commit/f5d4a288a768ca6717fa4d22c72fb0267428c684) (thanks @extremeheat) +* [Add OpenDeliveryBot to "Projects Using Mineflayer" (#3162)](https://github.com/PrismarineJS/mineflayer/commit/ab3c0cf25d0cc28ccba89640b2ceff6ab6b4dace) (thanks @SilkePilon) +* [Use node 18 on CI (#3157)](https://github.com/PrismarineJS/mineflayer/commit/d3df34dcaa804a71bf0d8cc50a419990d4a2dce3) (thanks @extremeheat) +* [Fix ambigious function naming (#3161)](https://github.com/PrismarineJS/mineflayer/commit/9ecdf201794bfa350486839a01e318dfd94b3bfb) (thanks @frej4189) + ## 4.12.0 * [Mineflayer physics refactor (#2492)](https://github.com/PrismarineJS/mineflayer/commit/d0eb3a1afe6cda7b04ae2f88052cd868ba0c0c4f) (thanks @U5B) diff --git a/package.json b/package.json index b8ee7f70c..e77401180 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mineflayer", - "version": "4.12.0", + "version": "4.13.0", "description": "create minecraft bots with a stable, high level API", "main": "index.js", "types": "index.d.ts",