Skip to content

Commit

Permalink
Release 3.12.0 (#2362)
Browse files Browse the repository at this point in the history
* Update history.md

* Update package.json
  • Loading branch information
rom1504 committed Dec 26, 2021
1 parent b1bb2f6 commit 4b1f325
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions docs/history.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 3.12.0

* Bypass anticheats that detect sensitivity (@mat-1)
* Fix removing many players at once from tab list (@mat-1)
* Added blockAtEntityCursor function (@DatArnoGuy)
* add option to disable default chat patterns (@U5B)
* Fixed wrong arm swinging (@IceTank)
* Add pitch speed to look (@IceTank)
* Console spam fix (@IceTank)
* Update openVillager function to return a promise (@amoraschi)
* Send arm_animation before use_entity (@aesthetic0001)
* Add reason for the end of a mineflayer bot (@U5B)
* added rejection of invalid transaction packets (anticheat fix) (@U5B)

## 3.11.2
* Remove unnecessary and buggy inventory check in place block (@Karang)
* Make all events allow async cb typings (@u9g)
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": "3.11.2",
"version": "3.12.0",
"description": "create minecraft bots with a stable, high level API",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 4b1f325

Please sign in to comment.