From c2906c8f4cbe37b452390cc7953af65739a7d797 Mon Sep 17 00:00:00 2001 From: rom1504bot Date: Sun, 31 Dec 2023 22:05:58 +0100 Subject: [PATCH] Release 1.28.0 (#421) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- HISTORY.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 1bdd412..bab1ff6 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,6 @@ +### 1.28.0 +* [Handle missing biome data.](https://github.com/PrismarineJS/prismarine-viewer/commit/853d226615526f6cd0ba2296eb88958d78aee175) (thanks @rom1504) + ### 1.27.0 * [World rendering improvements (#408)](https://github.com/PrismarineJS/prismarine-viewer/commit/4265ad7e6daf8d8b9388d59a0656e3b23a355661) (thanks @zardoy) diff --git a/package.json b/package.json index 5b170ca..bc40bb2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prismarine-viewer", - "version": "1.27.0", + "version": "1.28.0", "description": "Web based viewer", "main": "index.js", "scripts": {