From 8330b48f55faf15a44cc6a1c783bd7a9e7da62a4 Mon Sep 17 00:00:00 2001 From: rom1504bot Date: Sun, 15 Jan 2023 19:13:10 +0100 Subject: [PATCH] Release 3.24.0 (#251) * Update * Release 3.24.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 4ce5589b..d95c85eb 100644 --- a/doc/history.md +++ b/doc/history.md @@ -1,5 +1,9 @@ # History +## 3.24.0 + +* update `minecraft-data` + ## 3.23.0 * update `minecraft-data` diff --git a/minecraft-data b/minecraft-data index 5fc84f43..44c845dc 160000 --- a/minecraft-data +++ b/minecraft-data @@ -1 +1 @@ -Subproject commit 5fc84f4369b3013fcd0e5d178e2103a04f2244ab +Subproject commit 44c845dcaa2c818bd1467d51bc6446e2ceb7c7d7 diff --git a/package.json b/package.json index 78242456..9663f9db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-data", - "version": "3.23.0", + "version": "3.24.0", "description": "Provide easy access to minecraft data in node.js", "main": "index.js", "tonicExampleFilename": "example.js",