From d012dbbb515be1728a521cd8e80af933226707d1 Mon Sep 17 00:00:00 2001 From: rom1504bot Date: Sun, 17 Mar 2024 16:18:41 +0100 Subject: [PATCH] Release 3.64.0 (#344) * Update * Release 3.64.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 6d8668d9..7653c433 100644 --- a/doc/history.md +++ b/doc/history.md @@ -1,5 +1,9 @@ # History +## 3.64.0 + +* update `minecraft-data` + ## 3.63.0 * update `minecraft-data` diff --git a/minecraft-data b/minecraft-data index 92418dc5..a815ad5e 160000 --- a/minecraft-data +++ b/minecraft-data @@ -1 +1 @@ -Subproject commit 92418dc59ff5820b14aa8b47e1224b8ea1fcee76 +Subproject commit a815ad5e113db8f46943fc8cd6fb0d133e45fb1b diff --git a/package.json b/package.json index 30dd389e..ffc56d41 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-data", - "version": "3.63.0", + "version": "3.64.0", "description": "Provide easy access to minecraft data in node.js", "main": "index.js", "tonicExampleFilename": "example.js",