diff --git a/docs/history.md b/docs/history.md index 81d299d5b..1780e64b4 100644 --- a/docs/history.md +++ b/docs/history.md @@ -1,3 +1,8 @@ +## 4.10.0 + +* Fix handling for entities with unknown metadata (@extremeheat) +* support 1.20 (@PondWader) + ## 4.9.0 * Fix bot not updating world height on respawn packet (@frej4189) diff --git a/package.json b/package.json index 2042fc34c..ed10086a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mineflayer", - "version": "4.9.0", + "version": "4.10.0", "description": "create minecraft bots with a stable, high level API", "main": "index.js", "types": "index.d.ts",