diff --git a/doc/history.md b/doc/history.md index ce5eb45b..2db29620 100644 --- a/doc/history.md +++ b/doc/history.md @@ -1,5 +1,9 @@ # History +## 3.81.2 + +* update `minecraft-data` + ## 3.81.1 * update `minecraft-data` diff --git a/package.json b/package.json index d4bdcbaf..cead7438 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-data", - "version": "3.81.1", + "version": "3.81.2", "description": "Provide easy access to minecraft data in node.js", "main": "index.js", "tonicExampleFilename": "example.js",