diff --git a/doc/history.md b/doc/history.md index 5614ae24..5686db33 100644 --- a/doc/history.md +++ b/doc/history.md @@ -1,5 +1,9 @@ # History +## 3.108.0 + +* update `minecraft-data` + ## 3.107.0 * [Update CI to Node 24 (#445)](https://github.com/PrismarineJS/node-minecraft-data/commit/cd37593e8ede05f266ef3e3d519f344b16f20ef7) (thanks @rom1504) * [Fix publish condition for npm-publish v4 (#444)](https://github.com/PrismarineJS/node-minecraft-data/commit/f63f8f9760f5717bfb530b2e87d6f670b97f7b4d) (thanks @rom1504) diff --git a/minecraft-data b/minecraft-data index 3a8230a4..084fa529 160000 --- a/minecraft-data +++ b/minecraft-data @@ -1 +1 @@ -Subproject commit 3a8230a4b3538d3bb1d14dfb1917fcaaeeb0dc18 +Subproject commit 084fa5298deeddf46218e9a34d9bf9c05a667c9a diff --git a/package.json b/package.json index fb0c403d..d2b0eb25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-data", - "version": "3.107.0", + "version": "3.108.0", "description": "Provide easy access to minecraft data in node.js", "main": "index.js", "tonicExampleFilename": "example.js",