From 061babd566207f6bca665e57bf9e594e34d64936 Mon Sep 17 00:00:00 2001 From: rom1504bot Date: Thu, 27 Aug 2026 05:55:21 +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 b9edaa11..da483a62 160000 --- a/minecraft-data +++ b/minecraft-data @@ -1 +1 @@ -Subproject commit b9edaa11d4a41bac8eb135e673bf1206b52d875f +Subproject commit da483a6290ddbf7ec8af72e7959e68b0c727dd2d From 3a2249e9454bc060ce0e5646039c2064fb01bfa6 Mon Sep 17 00:00:00 2001 From: rom1504bot Date: Thu, 27 Aug 2026 05:55:21 +0000 Subject: [PATCH 2/2] Release 3.114.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 c942b75e..40eacb50 100644 --- a/doc/history.md +++ b/doc/history.md @@ -1,5 +1,9 @@ # History +## 3.114.0 + +* update `minecraft-data` + ## 3.113.2 * update `minecraft-data` diff --git a/package.json b/package.json index 7165264e..038ead61 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-data", - "version": "3.113.2", + "version": "3.114.0", "description": "Provide easy access to minecraft data in node.js", "main": "index.js", "tonicExampleFilename": "example.js",