We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e7b3da commit 44ce3ecCopy full SHA for 44ce3ec
history.md
@@ -1,5 +1,8 @@
1
# History
2
3
+# 2.3.1
4
+* Fix reference error in `getNumEntitiesAt` (https://github.com/PrismarineJS/mineflayer-pathfinder/commit/2e7b3daff2ee5fa0aaf52db4553f769189b8d03f)
5
+
6
# 2.3.0
7
* [Add entity Avoidance Feature](https://github.com/PrismarineJS/mineflayer-pathfinder/pull/281)
8
* [Fix bugs in movements.js](https://github.com/PrismarineJS/mineflayer-pathfinder/pull/276)
package.json
@@ -1,6 +1,6 @@
{
"name": "mineflayer-pathfinder",
- "version": "2.3.0",
+ "version": "2.3.1",
"description": "",
"main": "index.js",
"scripts": {
0 commit comments