From b3cf4e4efa2ba097b51ca71f215f56c686773d84 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 09:55:49 -0400 Subject: [PATCH] Release 1.1.0 (#5) * Release 1.1.0 * Update HISTORY.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: extremeheat --- HISTORY.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 147ee25..33e3bde 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,6 @@ +## 1.1.0 +* [Support reading and writing from stdin (#3)](https://github.com/extremeheat/nbt-dump/commit/457a0883f39eb92672f86305a8fbb1ad13d32b82) (thanks @Kas-tle) + ## 1.0.2 * Update prismarine-nbt dep diff --git a/package.json b/package.json index 178a3ab..2c63425 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nbt-dump", - "version": "1.0.2", + "version": "1.1.0", "description": "Read and write Minecraft Named Binary Tag files in big, little and little-varint encoding", "main": "lib.js", "bin": {