Skip to content

Commit e7768d6

Browse files
authored
Release 2.4.2 (#309)
1 parent 7fd0f76 commit e7768d6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

history.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# History
22

3+
# 2.4.2
4+
* Fix pathfinder trying to make a parkour jump that fails most times
5+
* Fix pathfinder not going below level 0
6+
* [Fix wheat not being break able (@maximmasiutin)](https://github.com/PrismarineJS/mineflayer-pathfinder/pull/303)
7+
* [Add parameter typing to Composite goals (@Ic3Tank)](https://github.com/PrismarineJS/mineflayer-pathfinder/pull/302)
8+
* [Fix GoalLookAtBlock documentation (@Ic3Tank)](https://github.com/PrismarineJS/mineflayer-pathfinder/pull/301)
9+
310
# 2.4.1
411
* [Made some Goal methods none abstract (@IceTank)](https://github.com/PrismarineJS/mineflayer-pathfinder/pull/298)
512

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mineflayer-pathfinder",
3-
"version": "2.4.1",
3+
"version": "2.4.2",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)