diff --git a/doc/history.md b/doc/history.md index 2657dec3..d948605b 100644 --- a/doc/history.md +++ b/doc/history.md @@ -1,5 +1,9 @@ # History +## 3.65.0 + +* update `minecraft-data` + ## 3.64.1 * update `minecraft-data` diff --git a/minecraft-data b/minecraft-data index debd8bd2..5b6ce4a5 160000 --- a/minecraft-data +++ b/minecraft-data @@ -1 +1 @@ -Subproject commit debd8bd2175d3af775052995877a1005ac35f618 +Subproject commit 5b6ce4a5d5addc0c3c3ca17a421db236f2fa61b7 diff --git a/package.json b/package.json index 11b37c65..8c73db73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-data", - "version": "3.64.1", + "version": "3.65.0", "description": "Provide easy access to minecraft data in node.js", "main": "index.js", "tonicExampleFilename": "example.js",