From 92926030ce65ce001d60c790580461e7dcfc2d7e Mon Sep 17 00:00:00 2001 From: rom1504bot Date: Fri, 25 Oct 2024 02:43:30 +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 ab6909af..666b3b38 160000 --- a/minecraft-data +++ b/minecraft-data @@ -1 +1 @@ -Subproject commit ab6909af80f46fe831251d7c515b0203714723fb +Subproject commit 666b3b388737767ba5f451b4871ca01e0d884851 From 7d65f1d82cc4d1a2d580228400b7a3b88102e004 Mon Sep 17 00:00:00 2001 From: rom1504bot Date: Fri, 25 Oct 2024 02:43:30 +0000 Subject: [PATCH 2/2] Release 3.77.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 7fa3c933..ab6a47e3 100644 --- a/doc/history.md +++ b/doc/history.md @@ -1,5 +1,9 @@ # History +## 3.77.0 + +* update `minecraft-data` + ## 3.76.0 * update `minecraft-data` diff --git a/package.json b/package.json index e29e53a5..b69a30d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-data", - "version": "3.76.0", + "version": "3.77.0", "description": "Provide easy access to minecraft data in node.js", "main": "index.js", "tonicExampleFilename": "example.js",