From 0f61025d665a620e94c3f162d469874b9e553293 Mon Sep 17 00:00:00 2001 From: rom1504bot Date: Mon, 26 Feb 2024 00:33:08 +0000 Subject: [PATCH 1/2] Update --- minecraft-data | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minecraft-data b/minecraft-data index 14133330..46b78398 160000 --- a/minecraft-data +++ b/minecraft-data @@ -1 +1 @@ -Subproject commit 14133330c450338dbdc2d2d0600799a5633384c0 +Subproject commit 46b78398b6f351958e02fbd266424f0ee0ab138b From 2917fe7607afe42e9829f60c7e15b85e83f5e406 Mon Sep 17 00:00:00 2001 From: rom1504bot Date: Mon, 26 Feb 2024 00:33:08 +0000 Subject: [PATCH 2/2] Release 3.62.0 --- doc/history.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/history.md b/doc/history.md index 319459b1..8f1a05ca 100644 --- a/doc/history.md +++ b/doc/history.md @@ -1,5 +1,9 @@ # History +## 3.62.0 + +* update `minecraft-data` + ## 3.61.2 * update `minecraft-data` diff --git a/package.json b/package.json index 82abb542..da2f1cda 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-data", - "version": "3.61.2", + "version": "3.62.0", "description": "Provide easy access to minecraft data in node.js", "main": "index.js", "tonicExampleFilename": "example.js",