From 7885ad49c0133b583b9624efc65cb734cc4f88b9 Mon Sep 17 00:00:00 2001 From: rom1504bot Date: Tue, 11 Aug 2026 09:17:41 +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 e8ff8ec7..79f6aab4 160000 --- a/minecraft-data +++ b/minecraft-data @@ -1 +1 @@ -Subproject commit e8ff8ec779a48814c2fc5b8a0ba7c95b9bc05d6d +Subproject commit 79f6aab42037d09acd09529baed87b62ccd48908 From 217ebc5b69ce985d1baa40f50a4aa28708227103 Mon Sep 17 00:00:00 2001 From: rom1504bot Date: Tue, 11 Aug 2026 09:17:41 +0000 Subject: [PATCH 2/2] Release 3.113.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 3e290f35..f2c7e265 100644 --- a/doc/history.md +++ b/doc/history.md @@ -1,5 +1,9 @@ # History +## 3.113.1 + +* update `minecraft-data` + ## 3.113.0 * update `minecraft-data` diff --git a/package.json b/package.json index 19ff1b56..c348dfa4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-data", - "version": "3.113.0", + "version": "3.113.1", "description": "Provide easy access to minecraft data in node.js", "main": "index.js", "tonicExampleFilename": "example.js",