Skip to content

Commit ca35a00

Browse files
authored
Release 2.4.5 (#331)
1 parent f6e64c6 commit ca35a00

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

history.md

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

3+
# 2.4.5
4+
* [Fix block update resets for optimized paths (@m000z0rz)](https://github.com/PrismarineJS/mineflayer-pathfinder/pull/330)
5+
* [reword .stop() for more clarity (@Jovan-04)](https://github.com/PrismarineJS/mineflayer-pathfinder/pull/327)
6+
* [add more detailed tutorial for mineflayer-pathfinder goals (@Jovan-04)](https://github.com/PrismarineJS/mineflayer-pathfinder/pull/326)
7+
* [Fixed typo: "physicsTick" (@FreezeEngine)](https://github.com/PrismarineJS/mineflayer-pathfinder/pull/324)
8+
39
# 2.4.4
410
* [Update readme.md (@Vinciepincie)](https://github.com/PrismarineJS/mineflayer-pathfinder/pull/320)
511
* Fix file linting (@IceTank)
@@ -30,7 +36,7 @@
3036
* [Add missing types on GoalPlaceBlock and GoalLookAtBlock (@IceTank)](https://github.com/PrismarineJS/mineflayer-pathfinder/pull/289)
3137

3238
# 2.3.2
33-
* Revert broken goto implementation update.
39+
* Revert broken goto implementation update.
3440

3541
# 2.3.1
3642
* Fix reference error in `getNumEntitiesAt` (https://github.com/PrismarineJS/mineflayer-pathfinder/commit/2e7b3daff2ee5fa0aaf52db4553f769189b8d03f)
@@ -74,7 +80,7 @@
7480
* [Throw error in goto when stop() is called](https://github.com/PrismarineJS/mineflayer-pathfinder/pull/240)
7581
* [Update README.md](https://github.com/PrismarineJS/mineflayer-pathfinder/pull/246)
7682

77-
* Typing fixes:
83+
* Typing fixes:
7884
* [tickTimeout](https://github.com/PrismarineJS/mineflayer-pathfinder/pull/241)
7985
* [GoalLookAtBlock](https://github.com/PrismarineJS/mineflayer-pathfinder/pull/238)
8086

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

0 commit comments

Comments
 (0)