From ffc476041490c4220c879b34ca543bacb5c068c2 Mon Sep 17 00:00:00 2001 From: rom1504bot Date: Sun, 31 Dec 2023 13:04:28 +0100 Subject: [PATCH] Release 2.4.0 (#74) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- README.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5be0369..3889fff 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,9 @@ returns a `prismarine-item` Item object for the dropped item, if this is a dropp ## History +### 2.4.0 +* [use getter for `.heldItem` (#73)](https://github.com/PrismarineJS/prismarine-entity/commit/4694438ab733ea3e2d5414d3330ae295ff85b660) (thanks @szdytom) + ### 2.3.1 * [Use console.trace instead of console.log for deprecation message (#71)](https://github.com/PrismarineJS/prismarine-entity/commit/7262fcf02d6656c663f876d513d84cc7266a3903) (thanks @extremeheat) diff --git a/package.json b/package.json index 1993548..a844b5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prismarine-entity", - "version": "2.3.1", + "version": "2.4.0", "description": "Represent a minecraft entity", "main": "index.js", "types": "index.d.ts",