From ac6036f66a0a779bd7d781b16e32f397c3399aa0 Mon Sep 17 00:00:00 2001 From: rom1504bot Date: Sun, 13 Oct 2024 00:28:29 +0200 Subject: [PATCH] Release 3.72.0 (#364) * Update * Release 3.72.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 9925ca55..882dff8d 100644 --- a/doc/history.md +++ b/doc/history.md @@ -1,5 +1,9 @@ # History +## 3.72.0 + +* update `minecraft-data` + ## 3.71.0 * update `minecraft-data` diff --git a/minecraft-data b/minecraft-data index b4f5cd38..f00cba14 160000 --- a/minecraft-data +++ b/minecraft-data @@ -1 +1 @@ -Subproject commit b4f5cd383c1cc05d0306c0a5282a12296e19809a +Subproject commit f00cba14872c5f7e47888cd86bbd96b853aaf1ea diff --git a/package.json b/package.json index 5d0c0d4a..3bcc2e28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-data", - "version": "3.71.0", + "version": "3.72.0", "description": "Provide easy access to minecraft data in node.js", "main": "index.js", "tonicExampleFilename": "example.js",