Skip to content

Commit ffc4760

Browse files
Release 2.4.0 (#74)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4694438 commit ffc4760

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,9 @@ returns a `prismarine-item` Item object for the dropped item, if this is a dropp
144144

145145
## History
146146

147+
### 2.4.0
148+
* [use getter for `.heldItem` (#73)](https://github.com/PrismarineJS/prismarine-entity/commit/4694438ab733ea3e2d5414d3330ae295ff85b660) (thanks @szdytom)
149+
147150
### 2.3.1
148151
* [Use console.trace instead of console.log for deprecation message (#71)](https://github.com/PrismarineJS/prismarine-entity/commit/7262fcf02d6656c663f876d513d84cc7266a3903) (thanks @extremeheat)
149152

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prismarine-entity",
3-
"version": "2.3.1",
3+
"version": "2.4.0",
44
"description": "Represent a minecraft entity",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)