From 294b232af843b7e9004bf16f71db4986c729da0b Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Mon, 24 Jul 2017 09:24:14 +0200 Subject: [PATCH] Release 1.4.0 --- HISTORY.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 03cde8f..e1861c3 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,12 @@ # History +## 1.4.0 + +* add http and socks proxy example and related fixes +* remove ursa, use node-rsa and node crypto module instead +* modularize createServer +* dynamic version detection for the server + ## 1.3.2 * fix autoversion in online mode diff --git a/package.json b/package.json index 402d91b..6993953 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "1.3.2", + "version": "1.4.0", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "src/index.js", "repository": {