Skip to content

Commit 34bb4a7

Browse files
authored
Release 2.3.0 (#284)
1 parent 6c88895 commit 34bb4a7

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.3.0
4+
* [Add entity Avoidance Feature](https://github.com/PrismarineJS/mineflayer-pathfinder/pull/281)
5+
* [Fix bugs in movements.js](https://github.com/PrismarineJS/mineflayer-pathfinder/pull/276)
6+
* [Update Dependencies](https://github.com/PrismarineJS/mineflayer-pathfinder/pull/277)
7+
* [Fix issue with starting paths](https://github.com/PrismarineJS/mineflayer-pathfinder/pull/280)
8+
39
# 2.2.0
410
* [Add events typings](https://github.com/PrismarineJS/mineflayer-pathfinder/pull/266)
511
* [Force look at blocks when breaking them](https://github.com/PrismarineJS/mineflayer-pathfinder/pull/274)

package.json

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

0 commit comments

Comments
 (0)