From 37eb19f8e8aceaec1d3039943f59b36a98d6bbdc Mon Sep 17 00:00:00 2001 From: rom1504bot Date: Wed, 24 Dec 2025 19:58:15 +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 9edcf6fd..ff5cd40e 160000 --- a/minecraft-data +++ b/minecraft-data @@ -1 +1 @@ -Subproject commit 9edcf6fdfe1bd6f6ecb6c3d25c770e8f55addee7 +Subproject commit ff5cd40e859b2ba315f2edfd358bf20f407e8e01 From 3eea2fd75970909b1b396c7610fd574f5cb5b10a Mon Sep 17 00:00:00 2001 From: rom1504bot Date: Wed, 24 Dec 2025 19:58:15 +0000 Subject: [PATCH 2/2] Release 3.102.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 1384daea..1ec799d8 100644 --- a/doc/history.md +++ b/doc/history.md @@ -1,5 +1,9 @@ # History +## 3.102.2 + +* update `minecraft-data` + ## 3.102.1 * update `minecraft-data` diff --git a/package.json b/package.json index 82d390d6..8925a592 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-data", - "version": "3.102.1", + "version": "3.102.2", "description": "Provide easy access to minecraft data in node.js", "main": "index.js", "tonicExampleFilename": "example.js",