From d53eeaf6d0e1ce3a61e8bbf9f01e4f155be97d06 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 04:23:30 +0000 Subject: [PATCH] Release 2.10.0 --- HISTORY.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 4f2258e..ce95cc0 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,8 @@ # History +## 2.10.0 +* [Use gunzipSync to avoid uncaught async zlib errors (#182)](https://github.com/PrismarineJS/prismarine-nbt/commit/cf89b63fdd5b6af04a742b4b3483a45973baa811) (thanks @rom1504) + ## 2.9.0 * [Update CI to Node 24 (#179)](https://github.com/PrismarineJS/prismarine-nbt/commit/143c8d9cd26f5039acd597c9e73666f55632e8f4) (thanks @rom1504) * [Fix publish condition for npm-publish v4 (#178)](https://github.com/PrismarineJS/prismarine-nbt/commit/2cab6f5841bbfb8e69a5cce8fea64f640ca5c76d) (thanks @rom1504) diff --git a/package.json b/package.json index 3ea8272..03704ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prismarine-nbt", - "version": "2.9.0", + "version": "2.10.0", "description": "A parser and serializer for NBT archives", "keywords": [ "nbt",