From 8b788c324aefb2bb83ee5710734c74e55b34c212 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Sun, 27 May 2018 19:40:59 +0200 Subject: [PATCH] Release 1.1.0 --- 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 1e962ad..8d3cd25 100644 --- a/doc/HISTORY.md +++ b/doc/HISTORY.md @@ -1,3 +1,11 @@ +## 1.1.0 + +* add doc of player.commands +* Remove babel and unused dependencies +* Migrate to CircleCI 2 and Jest +* Add standard linting +* 1.8 and 1.12 support + ## 1.0.0 * implement difficulty (thanks @theskiier14) diff --git a/package.json b/package.json index 8376332..6ce0131 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "flying-squid", "description": "A minecraft server written in node.js", - "version": "1.0.0", + "version": "1.1.0", "main": "index.js", "author": "mhsjlw ", "contributors": [