diff --git a/docs/history.md b/docs/history.md index 98393e67f..b5b5b4096 100644 --- a/docs/history.md +++ b/docs/history.md @@ -1,3 +1,7 @@ +## 3.18.0 + +* remove callbacks from types and docs + ## 3.17.0 * callback are now depreciated with mineflayer. Any use of them will print a warning diff --git a/package.json b/package.json index c9cc8794e..c8ccb72cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mineflayer", - "version": "3.17.0", + "version": "3.18.0", "description": "create minecraft bots with a stable, high level API", "main": "index.js", "types": "index.d.ts",