From 1bf9242cd1636ebdace9dc26c4b592b58648f4aa Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Mon, 30 May 2016 23:40:26 +0200 Subject: [PATCH] Release 1.0.0 --- doc/HISTORY.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/doc/HISTORY.md b/doc/HISTORY.md index 2e29497..1e962ad 100644 --- a/doc/HISTORY.md +++ b/doc/HISTORY.md @@ -1,3 +1,18 @@ +## 1.0.0 + +* implement difficulty (thanks @theskiier14) +* weather Command (thanks @OverloadedWolf) +* remove block from inventory when placing it (thanks @109C) +* add node-voxel-worldgen generation to generation list +* limit /portal command to 21x21 +* fix undefined disconnected +* limit the number of entities to options["max-entities"] +* remove /spawn and /spawnObject +* update dependencies +* move diamond-square to its own package +* add flying-squid-schematic plugin to plugins list +* add serv.reloadChunk + ## 0.5.1 * makes worldFolder option optional diff --git a/package.json b/package.json index 3f46971..aaf9ec9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "flying-squid", "description": "A minecraft server written in node.js", - "version": "0.5.1", + "version": "1.0.0", "main": "index.js", "author": "mhsjlw ", "contributors": [