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