Skip to content

Commit 01d360a

Browse files
Release 2.5.0 (#81)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e45c544 commit 01d360a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

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

145145
## History
146146

147+
### 2.5.0
148+
* [add Entity.passengers and Entity.vehicle (#75)](https://github.com/PrismarineJS/prismarine-entity/commit/e45c544e7df6ae69239d1d23473c82805d5134b9) (thanks @qwqtoday)
149+
* [Bump @types/node from 20.14.15 to 22.2.0 (#80)](https://github.com/PrismarineJS/prismarine-entity/commit/47b7167630665b1d95b5a88c0e985355a640a012) (thanks @dependabot[bot])
150+
147151
### 2.4.0
148152
* [use getter for `.heldItem` (#73)](https://github.com/PrismarineJS/prismarine-entity/commit/4694438ab733ea3e2d5414d3330ae295ff85b660) (thanks @szdytom)
149153

package.json

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

0 commit comments

Comments
 (0)