mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-28 05:35:56 -04:00
Release 1.4.0
This commit is contained in:
parent
8cc3444687
commit
294b232af8
@ -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
|
||||
|
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user