From 48e891ffd05b5899f234082bc898967e6f897ff5 Mon Sep 17 00:00:00 2001 From: rom1504bot Date: Fri, 7 Aug 2026 18:31: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 2157a992..e8ff8ec7 160000 --- a/minecraft-data +++ b/minecraft-data @@ -1 +1 @@ -Subproject commit 2157a992b9eaf07a292101f1823dfca725e6aea8 +Subproject commit e8ff8ec779a48814c2fc5b8a0ba7c95b9bc05d6d From ff2bc52ac5b7c6826996ede06c5d734f0301375e Mon Sep 17 00:00:00 2001 From: rom1504bot Date: Fri, 7 Aug 2026 18:31:51 +0000 Subject: [PATCH 2/2] Release 3.113.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 866023f1..3e290f35 100644 --- a/doc/history.md +++ b/doc/history.md @@ -1,5 +1,9 @@ # History +## 3.113.0 + +* update `minecraft-data` + ## 3.112.0 * update `minecraft-data` diff --git a/package.json b/package.json index 65178416..19ff1b56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-data", - "version": "3.112.0", + "version": "3.113.0", "description": "Provide easy access to minecraft data in node.js", "main": "index.js", "tonicExampleFilename": "example.js",