From b78719414f7d720dead2ca3e6689b74d8b4c856c Mon Sep 17 00:00:00 2001 From: rom1504bot Date: Tue, 7 Jan 2025 08:41:52 +0000 Subject: [PATCH] Release 3.81.2 --- 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 ce5eb45b..2db29620 100644 --- a/doc/history.md +++ b/doc/history.md @@ -1,5 +1,9 @@ # History +## 3.81.2 + +* update `minecraft-data` + ## 3.81.1 * update `minecraft-data` diff --git a/package.json b/package.json index d4bdcbaf..cead7438 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-data", - "version": "3.81.1", + "version": "3.81.2", "description": "Provide easy access to minecraft data in node.js", "main": "index.js", "tonicExampleFilename": "example.js",