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": {