From 63c194266f36d9b205d56d6d78fe6a9a2b856ed3 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Sun, 26 Aug 2018 16:09:39 +0200 Subject: [PATCH] Release 1.8.0 --- HISTORY.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index ac0280e..4ead25c 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,10 @@ # History +## 1.8.0 + +* 1.13.1 support +* better tests + ## 1.7.0 * 1.13 support (thanks @lluiscab) diff --git a/package.json b/package.json index f123844..0b108d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "1.7.0", + "version": "1.8.0", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "src/index.js", "repository": {