From 696afc616da25f48b4613edabf63e768cdc32d3d Mon Sep 17 00:00:00 2001 From: rom1504bot Date: Mon, 11 May 2026 20:49:24 +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 28038c4f..2dd48a4a 160000 --- a/minecraft-data +++ b/minecraft-data @@ -1 +1 @@ -Subproject commit 28038c4f3168f148e7d6c335b5a9bfcc20ff5258 +Subproject commit 2dd48a4adf77cd32b1d5a26dc92373be94768d06 From 08f4442959d97f3118b62a8d4edc2702eced3027 Mon Sep 17 00:00:00 2001 From: rom1504bot Date: Mon, 11 May 2026 20:49:24 +0000 Subject: [PATCH 2/2] Release 3.110.1 --- 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 5dd504cc..2655bdbd 100644 --- a/doc/history.md +++ b/doc/history.md @@ -1,5 +1,9 @@ # History +## 3.110.1 + +* update `minecraft-data` + ## 3.110.0 * update `minecraft-data` diff --git a/package.json b/package.json index 91700d4e..58de958a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-data", - "version": "3.110.0", + "version": "3.110.1", "description": "Provide easy access to minecraft data in node.js", "main": "index.js", "tonicExampleFilename": "example.js",