Skip to content

Commit b25d98f

Browse files
Release 2.7.0 (#121)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 72e21d3 commit b25d98f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

HISTORY.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# History
22

3+
## 2.7.0
4+
* [Remove varint types (#120)](https://github.com/PrismarineJS/prismarine-nbt/commit/5a7d8c0d3892c58886b8253e38135b539deee6ba) (thanks @extremeheat)
5+
36
## 2.6.0
47
* [Use ProtoDef `skipChecks` flag to allow full NBT array size support (#91)](https://github.com/PrismarineJS/prismarine-nbt/commit/f433bc80c7d9ff25abacaa189c6a324fb94a772c) (thanks @bdkopen)
58
* [Improved Tag Types (#89)](https://github.com/PrismarineJS/prismarine-nbt/commit/70323d8c7f771698a02f3f40aa676bcecc60c5e7) (thanks @Offroaders123)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prismarine-nbt",
3-
"version": "2.6.0",
3+
"version": "2.7.0",
44
"description": "A parser and serializer for NBT archives",
55
"keywords": [
66
"nbt",

0 commit comments

Comments
 (0)