From 19c5860ac1643fc8b8da8c14bcb27b6e1008489e Mon Sep 17 00:00:00 2001 From: rom1504bot Date: Wed, 8 Jan 2025 00:13:30 +0100 Subject: [PATCH] Release 3.82.0 (#380) * Update * Release 3.82.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 2db29620..3aa229eb 100644 --- a/doc/history.md +++ b/doc/history.md @@ -1,5 +1,9 @@ # History +## 3.82.0 + +* update `minecraft-data` + ## 3.81.2 * update `minecraft-data` diff --git a/minecraft-data b/minecraft-data index 636df6ab..7fcfedfc 160000 --- a/minecraft-data +++ b/minecraft-data @@ -1 +1 @@ -Subproject commit 636df6ab03a177d8fb04b2a52b7e5138252016bb +Subproject commit 7fcfedfc3298ad8fe46661ba73509644140ad305 diff --git a/package.json b/package.json index cead7438..666c7fd2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-data", - "version": "3.81.2", + "version": "3.82.0", "description": "Provide easy access to minecraft data in node.js", "main": "index.js", "tonicExampleFilename": "example.js",