diff --git a/HISTORY.md b/HISTORY.md index 253ce7d..94c19f9 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,13 @@ # History +## 1.0.0 + +* update prismarine-nbt +* fixed options.favicon in createServer +* enable strict mode +* update to minecraft-data 2.0.0 +* finally move to a major version + ## 0.19.6 * update mcwrap diff --git a/package.json b/package.json index 37dc2c4..83bf0ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "0.19.6", + "version": "1.0.0", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "index.js", "repository": {