Release 1.4.0

This commit is contained in:
Romain Beaumont 2017-07-24 09:24:14 +02:00
parent 8cc3444687
commit 294b232af8
No known key found for this signature in database
GPG Key ID: DB60E388B3BCF286
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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": {