Release 1.12.0

This commit is contained in:
Romain Beaumont 2020-05-20 10:47:26 +00:00
parent 19d69d4701
commit 649ff60e1c
2 changed files with 5 additions and 2 deletions

View file

@ -1,5 +1,9 @@
# History # History
## 1.12.0
* use protodef compiler, making node-minecraft-protocol 10x faster, thanks for this huge improvement @Karang
## 1.11.0 ## 1.11.0
* proxy support in auth (thanks @IdanHo) * proxy support in auth (thanks @IdanHo)

View file

@ -1,6 +1,6 @@
{ {
"name": "minecraft-protocol", "name": "minecraft-protocol",
"version": "1.11.0", "version": "1.12.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",
"types": "src/index.d.ts", "types": "src/index.d.ts",
@ -9,7 +9,6 @@
"url": "git://github.com/PrismarineJS/node-minecraft-protocol.git" "url": "git://github.com/PrismarineJS/node-minecraft-protocol.git"
}, },
"scripts": { "scripts": {
"prepublish": "require-self",
"test": "mocha --recursive --reporter spec --exit", "test": "mocha --recursive --reporter spec --exit",
"lint": "standard", "lint": "standard",
"fix": "standard --fix", "fix": "standard --fix",