Skip to content

Commit

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

* Update package.json
  • Loading branch information
rom1504 committed Jan 19, 2023
1 parent df460f7 commit 52f7935
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/history.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
4.6.0
## 4.7.0

* 1.19.2 support (@frej4189)

## 4.6.0

* Fix unhandled promise rejection in onceWithCleanup (@IceTank) [#2833](https://github.com/PrismarineJS/mineflayer/pull/2833)
* Extend every window that is opened with mineflayer specific window functions (@IceTank) [#2768][https://github.com/PrismarineJS/mineflayer/pull/2768]
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.6.0",
"version": "4.7.0",
"description": "create minecraft bots with a stable, high level API",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 52f7935

Please sign in to comment.