From 027960abc61e58da6b306ab664f431e404c0cd72 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Sun, 13 Dec 2015 00:56:35 +0100 Subject: [PATCH] Release 0.3.1 --- doc/HISTORY.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/HISTORY.md b/doc/HISTORY.md index 0c7cb62..1d7f86d 100644 --- a/doc/HISTORY.md +++ b/doc/HISTORY.md @@ -1,3 +1,11 @@ +## 0.3.1 + * don't login if the client is already ended + * make /attach use the selectors, fix UserError, check /tp has one target + * create an entity.attach, and add a /pile command + * improve tests + * fix player.kick, add serv.quit(reason) + * fix badges on npm + ## 0.3.0 * sounds diff --git a/package.json b/package.json index 0d1563a..72f0d9b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "flying-squid", "description": "A minecraft server written in node.js", - "version": "0.3.0", + "version": "0.3.1", "main": "index.js", "author": "mhsjlw ", "contributors": [