Release 2.0.0
This commit is contained in:
parent
9041e3065a
commit
cb45a68fed
2 changed files with 9 additions and 1 deletions
|
|
@ -1,3 +1,11 @@
|
|||
## 2.0.0
|
||||
|
||||
* lot of raknet update that fix bugs
|
||||
* the server example is working
|
||||
* fix packets
|
||||
* breaking : remove mcpe_ prefix in packet names
|
||||
* encapsulated packet now emit actual errors
|
||||
|
||||
## 1.1.0
|
||||
|
||||
* raknet is integrated, packet parsing is working
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "pocket-minecraft-protocol",
|
||||
"version": "1.1.1",
|
||||
"version": "2.0.0",
|
||||
"description": "Parse and serialize Minecraft PE packets",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue