Skip to content

Commit fc25bfc

Browse files
authored
Release 2.4.4 (#321)
1 parent 674486a commit fc25bfc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

history.md

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

3+
# 2.4.4
4+
* [Update readme.md (@Vinciepincie)](https://github.com/PrismarineJS/mineflayer-pathfinder/pull/320)
5+
* Fix file linting (@IceTank)
6+
* Fix possible reference error for block updates (@IceTank)
7+
* [Fix a bunch of spelling/grammar errors (@182exe)](https://github.com/PrismarineJS/mineflayer-pathfinder/pull/316)
8+
39
# 2.4.3
410
* [Change canOpenDoors default value to false because its buggy (@IceTank)](https://github.com/PrismarineJS/mineflayer-pathfinder/pull/318)
511
* [Added missing constructor definitions for GoalCompositeAny and GoalCompositeAll (@rutexd)](https://github.com/PrismarineJS/mineflayer-pathfinder/pull/315)

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.3",
3+
"version": "2.4.4",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)