From 39f95d8ff2686408542d1edc370ac437b3ae38c8 Mon Sep 17 00:00:00 2001 From: rom1504bot Date: Sat, 26 Aug 2023 14:29:19 +0200 Subject: [PATCH] Release 1.35.0 (#234) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- HISTORY.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 5d8bbedf..67e0a25c 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,10 @@ ## History +### 1.35.0 +* [Fix direct palettes (#232)](https://github.com/PrismarineJS/prismarine-chunk/commit/6422abc93ac121f635a03ffa339feb6e5b7b37bf) (thanks @frej4189) +* [Fixes issue https://github.com/PrismarineJS/prismarine-chunk/issues/229 (#231)](https://github.com/PrismarineJS/prismarine-chunk/commit/bed78672ba07cb6d82ee66d148f8ce0ae1ce83c2) (thanks @Flonja) +* [Add command gh workflow allowing to use release command in comments (#228)](https://github.com/PrismarineJS/prismarine-chunk/commit/0ac8714df114707d8f9c1d92fc0a7b5dcfcce619) (thanks @rom1504) + ## 1.34.0 * 1.20 support diff --git a/package.json b/package.json index 90ba646b..12b2c4ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prismarine-chunk", - "version": "1.34.0", + "version": "1.35.0", "description": "A class to hold chunk data for prismarine", "main": "index.js", "types": "./types/index.d.ts",