From c1e088a39aef71c97ae1ddddbe4543127e0c383e Mon Sep 17 00:00:00 2001 From: rom1504bot Date: Sat, 4 Jan 2025 19:27:37 +0100 Subject: [PATCH] Release 1.38.0 (#269) 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 8ee7e78..122a9de 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,8 @@ ## History +### 1.38.0 +* [Support for hashed block network ID's (#237)](https://github.com/PrismarineJS/prismarine-chunk/commit/f1c1f9a7d4cf977ce46975503f8f92db7836e8c9) (thanks @FreezeEngine) + ### 1.37.0 * [Bump mocha from 10.8.2 to 11.0.1 (#266)](https://github.com/PrismarineJS/prismarine-chunk/commit/ccd97e55d4e60db9f70c093e507ff69598eb3f43) (thanks @dependabot[bot]) * [pc1.18+: Fix world height defaults and light masks (#267)](https://github.com/PrismarineJS/prismarine-chunk/commit/92ae1d347299a9925a23d97014ece07c98627fd0) (thanks @extremeheat) diff --git a/package.json b/package.json index 12bfe7f..b4591bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prismarine-chunk", - "version": "1.37.0", + "version": "1.38.0", "description": "A class to hold chunk data for prismarine", "main": "index.js", "types": "./types/index.d.ts",