Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Up version to 0.7.0 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sjmulder committed Dec 31, 2016
1 parent a99e1eb commit acff6ab
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions Changelog.md
@@ -1,6 +1,17 @@
Changelog
=========

0.7.0
-----

* Feature: browser support, simply include nbt.js as-is.
* Feature: new Reader/Writer.ubyte() for unsigned bytes.
* Improvement: JSDoc documentation added.
* Improvement: updated dependencies and upgraded to Node 6.
* Improvement: simplified build by using make instead of grunt.
* Improvement: added .editorconfig.
* Improvement: automated code style checking with eclint.

0.6.0
-----

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "nbt",
"version": "0.6.0",
"version": "0.7.0",
"description": "A parser and serializer for NBT archives",
"keywords": [
"nbt",
Expand Down

0 comments on commit acff6ab

Please sign in to comment.