mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-14 19:04:59 -05:00
Release 1.0.0
This commit is contained in:
parent
c6e36d626c
commit
3ecc89b507
2 changed files with 9 additions and 1 deletions
|
@ -1,5 +1,13 @@
|
|||
# History
|
||||
|
||||
## 1.0.0
|
||||
|
||||
* update prismarine-nbt
|
||||
* fixed options.favicon in createServer
|
||||
* enable strict mode
|
||||
* update to minecraft-data 2.0.0
|
||||
* finally move to a major version
|
||||
|
||||
## 0.19.6
|
||||
|
||||
* update mcwrap
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "minecraft-protocol",
|
||||
"version": "0.19.6",
|
||||
"version": "1.0.0",
|
||||
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in a new issue