From cbd64dee245a2e70d55006b4fd6fcb7fb1b60dc9 Mon Sep 17 00:00:00 2001 From: rom1504bot Date: Mon, 26 Jan 2026 01:34:40 +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 9dd3f5ea..b4764fe1 160000 --- a/minecraft-data +++ b/minecraft-data @@ -1 +1 @@ -Subproject commit 9dd3f5eaf0bdbef52b9c5efd08a8bf122f3db33c +Subproject commit b4764fe1313343648c1372fe636316c99bdfb414 From 8ac023d1217a62c4344992c141ad5b1acc54cad2 Mon Sep 17 00:00:00 2001 From: rom1504bot Date: Mon, 26 Jan 2026 01:34:40 +0000 Subject: [PATCH 2/2] Release 3.103.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 b8df764b..a92223f2 100644 --- a/doc/history.md +++ b/doc/history.md @@ -1,5 +1,9 @@ # History +## 3.103.0 + +* update `minecraft-data` + ## 3.102.3 * update `minecraft-data` diff --git a/package.json b/package.json index 0d3af20f..9c222db2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-data", - "version": "3.102.3", + "version": "3.103.0", "description": "Provide easy access to minecraft data in node.js", "main": "index.js", "tonicExampleFilename": "example.js",