From 0781a6178cdd0608a402c9647b9d0895b44012ba Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Thu, 4 Aug 2016 18:15:56 +0200 Subject: [PATCH 1/2] Release 1.0.1 --- HISTORY.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 94c19f9..5214a3f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ # History +## 1.0.1 + +* a small fix to autoversion + ## 1.0.0 * update prismarine-nbt diff --git a/package.json b/package.json index 98ead6d..2330a4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "1.0.0", + "version": "1.0.1", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "index.js", "repository": { From 30688f5d85caf369a61286fe4eb0a7871347a6af Mon Sep 17 00:00:00 2001 From: Greenkeeper Date: Mon, 8 Aug 2016 12:13:21 +0200 Subject: [PATCH 2/2] chore(package): update mocha to version 3.0.2 (#422) https://greenkeeper.io/ --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2330a4b..0b29fa2 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "gulp-sourcemaps": "^1.6.0", "intelli-espower-loader": "^1.0.0", "minecraft-wrap": "^1.0.0", - "mocha": "^2.4.5", + "mocha": "^3.0.2", "power-assert": "^1.0.0", "require-self": "^0.1.0", "source-map-support": "^0.4.0"