From 85d02af8772a43397a1309acd40998f77c4d612d Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Sun, 6 Feb 2022 17:10:56 +0000 Subject: [PATCH] Release 3.18.0 --- docs/history.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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",