From dfd307609a206784786c7b387ee5b2837a3737d0 Mon Sep 17 00:00:00 2001 From: rom1504bot Date: Mon, 30 Mar 2026 08:33:29 +0000 Subject: [PATCH 1/2] Update --- minecraft-data | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minecraft-data b/minecraft-data index 084fa529..491852d9 160000 --- a/minecraft-data +++ b/minecraft-data @@ -1 +1 @@ -Subproject commit 084fa5298deeddf46218e9a34d9bf9c05a667c9a +Subproject commit 491852d95b32edc37547400f39090a15737baaf1 From de76a1ecd15c444c4ddfe9857597ae083dba705e Mon Sep 17 00:00:00 2001 From: rom1504bot Date: Mon, 30 Mar 2026 08:33:29 +0000 Subject: [PATCH 2/2] Release 3.109.0 --- doc/history.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/history.md b/doc/history.md index 5686db33..e5df9c2c 100644 --- a/doc/history.md +++ b/doc/history.md @@ -1,5 +1,9 @@ # History +## 3.109.0 + +* update `minecraft-data` + ## 3.108.0 * update `minecraft-data` diff --git a/package.json b/package.json index d2b0eb25..231fe9b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-data", - "version": "3.108.0", + "version": "3.109.0", "description": "Provide easy access to minecraft data in node.js", "main": "index.js", "tonicExampleFilename": "example.js",