From ae64478e0c04d6192aa3f9fc0027147335c3819b Mon Sep 17 00:00:00 2001 From: rom1504bot Date: Sat, 9 May 2026 06:29:51 +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 31db618f..28038c4f 160000 --- a/minecraft-data +++ b/minecraft-data @@ -1 +1 @@ -Subproject commit 31db618fb25edd0f7fdf19916db8a6160e2289bb +Subproject commit 28038c4f3168f148e7d6c335b5a9bfcc20ff5258 From 43763960ff4b69f816acadb35627858d27a16259 Mon Sep 17 00:00:00 2001 From: rom1504bot Date: Sat, 9 May 2026 06:29:51 +0000 Subject: [PATCH 2/2] Release 3.110.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 2f7046fb..5dd504cc 100644 --- a/doc/history.md +++ b/doc/history.md @@ -1,5 +1,9 @@ # History +## 3.110.0 + +* update `minecraft-data` + ## 3.109.1 * update `minecraft-data` diff --git a/package.json b/package.json index f7dbcf46..91700d4e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-data", - "version": "3.109.1", + "version": "3.110.0", "description": "Provide easy access to minecraft data in node.js", "main": "index.js", "tonicExampleFilename": "example.js",