Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading