Skip to content

Commit ffa4acb

Browse files
authored
Release 2.2.0 (#275)
1 parent 296520f commit ffa4acb

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.2.0
4+
* [Add events typings](https://github.com/PrismarineJS/mineflayer-pathfinder/pull/266)
5+
* [Force look at blocks when breaking them](https://github.com/PrismarineJS/mineflayer-pathfinder/pull/274)
6+
* [Fix bot sometimes not triggering path end correctly](https://github.com/PrismarineJS/mineflayer-pathfinder/pull/268)
7+
* [Fix missing null check at block update](https://github.com/PrismarineJS/mineflayer-pathfinder/pull/269)
8+
* [Bump mocha to 10.x](https://github.com/PrismarineJS/mineflayer-pathfinder/pull/265)
9+
310
# 2.1.1
411
* Fix GitHub action for publishing
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.1.1",
3+
"version": "2.2.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)