Skip to content

Commit

Permalink
Release 2.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1504 committed Jan 1, 2021
1 parent 1dee0b2 commit 46aa02b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/history.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2.40.0
* fix for dig ignore (@TheDudeFromCI)
* better calculation of digging range (@goncharovchik)
* emit death once (@extremeheat)
* add waitForTicks function (@TheDudeFromCI)
* add null check for sign text (@u9g)

## 2.39.2
* explicit node 14 support

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mineflayer",
"version": "2.39.2",
"version": "2.40.0",
"description": "create minecraft bots with a stable, high level API",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 46aa02b

Please sign in to comment.