From 4df9dfabccb58776cbca985bef041cc67420135c Mon Sep 17 00:00:00 2001 From: rom1504bot Date: Sat, 21 Jan 2023 18:18:56 +0100 Subject: [PATCH] Release 3.25.2 (#256) * Update * Release 3.25.2 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 90e15b85..7afc179e 100644 --- a/doc/history.md +++ b/doc/history.md @@ -1,5 +1,9 @@ # History +## 3.25.2 + +* update `minecraft-data` + ## 3.25.1 * update `minecraft-data` diff --git a/minecraft-data b/minecraft-data index 83a4421c..7c28d184 160000 --- a/minecraft-data +++ b/minecraft-data @@ -1 +1 @@ -Subproject commit 83a4421cfaac13ff535cf2a0df343bfc04b47d24 +Subproject commit 7c28d18431c820577a1b905b09bd17e05d6d6cd8 diff --git a/package.json b/package.json index 1ea89f7b..649f835d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-data", - "version": "3.25.1", + "version": "3.25.2", "description": "Provide easy access to minecraft data in node.js", "main": "index.js", "tonicExampleFilename": "example.js",