From a537bdc3f98309d7a0095d828c5b8479327c9fe9 Mon Sep 17 00:00:00 2001 From: rom1504bot Date: Sun, 13 Oct 2024 03:00:22 +0200 Subject: [PATCH] Release 3.76.0 (#368) * Update * Release 3.76.0 --------- Co-authored-by: rom1504bot --- doc/history.md | 4 ++++ minecraft-data | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/history.md b/doc/history.md index fffd56fa..7fa3c933 100644 --- a/doc/history.md +++ b/doc/history.md @@ -1,5 +1,9 @@ # History +## 3.76.0 + +* update `minecraft-data` + ## 3.75.0 * update `minecraft-data` diff --git a/minecraft-data b/minecraft-data index e5e3eca4..ab6909af 160000 --- a/minecraft-data +++ b/minecraft-data @@ -1 +1 @@ -Subproject commit e5e3eca48a39fd8e94d5f3784ef6ba44c83a9cd5 +Subproject commit ab6909af80f46fe831251d7c515b0203714723fb diff --git a/package.json b/package.json index 673a6dc3..e29e53a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-data", - "version": "3.75.0", + "version": "3.76.0", "description": "Provide easy access to minecraft data in node.js", "main": "index.js", "tonicExampleFilename": "example.js",