Skip to content

Commit

Permalink
Release 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1504 committed Oct 12, 2022
1 parent 7fb0a83 commit 6e135ed
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/history.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 4.5.0

* 1.19 support (@extremeheat @rom1504 @FCKJohni @Shorent)
* refactoring examples to use bot.registry (@Epirito)
* Added barrel and coloured shulker boxes to openable windows (@lazydancer)
* types: Fix return type for openBlock and openEntity (@sefirosweb)
* Update activateEntity and activateEntityAt types (@amoraschi)

## 4.4.0

* Fix chatterbox example not getting dropped item (@u9g) [commit](https://github.com/PrismarineJS/mineflayer/commit/f860eac01a0418f4a3de749482d8cab681acc48a)
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.4.0",
"version": "4.5.0",
"description": "create minecraft bots with a stable, high level API",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 6e135ed

Please sign in to comment.