From e8414ae787ba817952121cc249085484f969f4c8 Mon Sep 17 00:00:00 2001 From: rom1504bot Date: Sat, 26 Oct 2024 23:38:41 +0200 Subject: [PATCH] Release 3.78.0 (#371) * Update * Release 3.78.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 ab6a47e3..6bf4c701 100644 --- a/doc/history.md +++ b/doc/history.md @@ -1,5 +1,9 @@ # History +## 3.78.0 + +* update `minecraft-data` + ## 3.77.0 * update `minecraft-data` diff --git a/minecraft-data b/minecraft-data index 666b3b38..c14ae2e7 160000 --- a/minecraft-data +++ b/minecraft-data @@ -1 +1 @@ -Subproject commit 666b3b388737767ba5f451b4871ca01e0d884851 +Subproject commit c14ae2e784105d56543d9346cd91d3102287e31f diff --git a/package.json b/package.json index b69a30d9..7e49c4bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-data", - "version": "3.77.0", + "version": "3.78.0", "description": "Provide easy access to minecraft data in node.js", "main": "index.js", "tonicExampleFilename": "example.js",