From 9e0cc60987911cfdc09a933e1d1c41d629f95c3b Mon Sep 17 00:00:00 2001 From: rom1504bot Date: Sat, 12 Oct 2024 17:31:58 +0200 Subject: [PATCH] Release 3.70.0 (#362) * Update * Release 3.70.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 261bc4e1..dabd7b28 100644 --- a/doc/history.md +++ b/doc/history.md @@ -1,5 +1,9 @@ # History +## 3.70.0 + +* update `minecraft-data` + ## 3.69.0 * update `minecraft-data` diff --git a/minecraft-data b/minecraft-data index 3f429fb2..caf07534 160000 --- a/minecraft-data +++ b/minecraft-data @@ -1 +1 @@ -Subproject commit 3f429fb293184d1b7a1887e7addad5dc8c77ead1 +Subproject commit caf0753460421b7227e09361b1ad56f5c3d900da diff --git a/package.json b/package.json index 3d9afb20..57a9019b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-data", - "version": "3.69.0", + "version": "3.70.0", "description": "Provide easy access to minecraft data in node.js", "main": "index.js", "tonicExampleFilename": "example.js",