From 100b2ef76a99d160aed6f93a4f99055f88c38807 Mon Sep 17 00:00:00 2001 From: rom1504bot Date: Thu, 8 Jun 2023 09:31:28 +0200 Subject: [PATCH] Release 3.35.0 (#287) * Update * Release 3.35.0 * use typescript 5.0 --------- Co-authored-by: rom1504bot Co-authored-by: extremeheat --- doc/history.md | 4 ++++ minecraft-data | 2 +- package.json | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/doc/history.md b/doc/history.md index 38aa06dc..94c1879a 100644 --- a/doc/history.md +++ b/doc/history.md @@ -1,5 +1,9 @@ # History +## 3.35.0 + +* update `minecraft-data` + ## 3.34.0 * update `minecraft-data` diff --git a/minecraft-data b/minecraft-data index 7ec47f14..b7d49a96 160000 --- a/minecraft-data +++ b/minecraft-data @@ -1 +1 @@ -Subproject commit 7ec47f149df4a9cd42a98f7551aa95dbc9028836 +Subproject commit b7d49a96e943786c4de9797dbdbe19830e829d6b diff --git a/package.json b/package.json index 4aa9882f..e9bd272e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-data", - "version": "3.34.0", + "version": "3.35.0", "description": "Provide easy access to minecraft data in node.js", "main": "index.js", "tonicExampleFilename": "example.js", @@ -39,7 +39,7 @@ "mocha": "^10.0.0", "require-self": "^0.2.3", "standard": "^17.0.0", - "typescript": "^5.0.4" + "typescript": "~5.0.4" }, "dependencies": {} }