mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-29 06:03:33 -04:00
Release 1.4.0
This commit is contained in:
parent
8cc3444687
commit
294b232af8
@ -1,5 +1,12 @@
|
|||||||
# History
|
# 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
|
## 1.3.2
|
||||||
|
|
||||||
* fix autoversion in online mode
|
* fix autoversion in online mode
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "minecraft-protocol",
|
"name": "minecraft-protocol",
|
||||||
"version": "1.3.2",
|
"version": "1.4.0",
|
||||||
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
|
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user