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": [