From c1b37b5f6b90c239c80a4cd55273bc31d6a3159e Mon Sep 17 00:00:00 2001 From: rom1504bot Date: Wed, 13 May 2026 06:33:13 +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 2dd48a4a..172fd583 160000 --- a/minecraft-data +++ b/minecraft-data @@ -1 +1 @@ -Subproject commit 2dd48a4adf77cd32b1d5a26dc92373be94768d06 +Subproject commit 172fd5830a86df4d3899f26a46583eb7dc382064 From 3b05f39e6307b768eaacde3936411705b4e49637 Mon Sep 17 00:00:00 2001 From: rom1504bot Date: Wed, 13 May 2026 06:33:13 +0000 Subject: [PATCH 2/2] Release 3.110.2 --- 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 2655bdbd..27b01460 100644 --- a/doc/history.md +++ b/doc/history.md @@ -1,5 +1,9 @@ # History +## 3.110.2 + +* update `minecraft-data` + ## 3.110.1 * update `minecraft-data` diff --git a/package.json b/package.json index 58de958a..4aad4813 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-data", - "version": "3.110.1", + "version": "3.110.2", "description": "Provide easy access to minecraft data in node.js", "main": "index.js", "tonicExampleFilename": "example.js",