diff --git a/doc/history.md b/doc/history.md index 2db29620..3aa229eb 100644 --- a/doc/history.md +++ b/doc/history.md @@ -1,5 +1,9 @@ # History +## 3.82.0 + +* update `minecraft-data` + ## 3.81.2 * update `minecraft-data` diff --git a/minecraft-data b/minecraft-data index 636df6ab..7fcfedfc 160000 --- a/minecraft-data +++ b/minecraft-data @@ -1 +1 @@ -Subproject commit 636df6ab03a177d8fb04b2a52b7e5138252016bb +Subproject commit 7fcfedfc3298ad8fe46661ba73509644140ad305 diff --git a/package.json b/package.json index cead7438..666c7fd2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-data", - "version": "3.81.2", + "version": "3.82.0", "description": "Provide easy access to minecraft data in node.js", "main": "index.js", "tonicExampleFilename": "example.js",