diff --git a/docs/history.md b/docs/history.md index b9649e68d..ec4a7f368 100644 --- a/docs/history.md +++ b/docs/history.md @@ -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] diff --git a/package.json b/package.json index f9b847330..8259fa0b3 100644 --- a/package.json +++ b/package.json @@ -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",