diff --git a/docs/history.md b/docs/history.md index 77718cc0f..ce0e2b90c 100644 --- a/docs/history.md +++ b/docs/history.md @@ -1,3 +1,8 @@ +## 3.14.0 + +* Make prismarine-entity versioned (@u9g) +* fix(typings): Added OpenContainer (@SaubereSache) + ## 3.13.1 * Fix bug with force lastSentPitch in bot.look (@KadaverBrutalo10) diff --git a/package.json b/package.json index 1ee912bac..6adb05f8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mineflayer", - "version": "3.13.1", + "version": "3.14.0", "description": "create minecraft bots with a stable, high level API", "main": "index.js", "types": "index.d.ts",