From 783e75338639e2bca0098fd7b0264768981f46b9 Mon Sep 17 00:00:00 2001 From: rom1504bot Date: Sun, 13 Oct 2024 01:02:04 +0200 Subject: [PATCH] Release 3.75.0 (#367) * Update * Release 3.75.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 c8ca2249..fffd56fa 100644 --- a/doc/history.md +++ b/doc/history.md @@ -1,5 +1,9 @@ # History +## 3.75.0 + +* update `minecraft-data` + ## 3.74.0 * update `minecraft-data` diff --git a/minecraft-data b/minecraft-data index b0ee88b0..e5e3eca4 160000 --- a/minecraft-data +++ b/minecraft-data @@ -1 +1 @@ -Subproject commit b0ee88b01c92ca266eb706e93ca06a09c1eed8b1 +Subproject commit e5e3eca48a39fd8e94d5f3784ef6ba44c83a9cd5 diff --git a/package.json b/package.json index 2c4de573..673a6dc3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-data", - "version": "3.74.0", + "version": "3.75.0", "description": "Provide easy access to minecraft data in node.js", "main": "index.js", "tonicExampleFilename": "example.js",