Skip to content

Commit

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

* Update package.json
  • Loading branch information
rom1504 committed Jun 11, 2023
1 parent c8c62a9 commit c6e8aa8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions docs/history.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 4.9.0

* Fix bot not updating world height on respawn packet (@frej4189)
* Persist properties received in player_info packet (@Paulomart)
* Fix reference error with block updates (@IceTank)
* Add spectator to gameModes array (@williamd5)
* Standardize dimensions for all versions (@sefirosweb)
* Emit inject_allowed after a timeout of 0 (@IceTank)
* Add window transaction timeout (@firejoust)
* Made bot auto respawning togglable (@Averagess)
* support 1.19.4 (@extremeheat)

## 4.8.1

* Fix client crashing when player_remove contains unknown player (@frej4189)
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": "4.8.1",
"version": "4.9.0",
"description": "create minecraft bots with a stable, high level API",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit c6e8aa8

Please sign in to comment.