Release 3.10.0 (#180)
* Update HISTORY.md * Update package.json * Update README.md
This commit is contained in:
parent
957c83995a
commit
330c819e7f
3 changed files with 6 additions and 2 deletions
|
|
@ -1,3 +1,7 @@
|
|||
## 3.10.0
|
||||
* Support 1.18.11 (#179) @extremeheat
|
||||
* Switch to sync zlib with 512k chunks, adjustable compression level (#174) @extremeheat
|
||||
|
||||
## 3.9.0
|
||||
* Proxy fixes, logging and doc updates [#169](https://github.com/PrismarineJS/bedrock-protocol/pull/169)
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ Minecraft Bedrock Edition (aka MCPE) protocol library, supporting authentication
|
|||
|
||||
## Features
|
||||
|
||||
- Supports Minecraft Bedrock version 1.16.201, 1.16.210, 1.16.220, 1.17.0, 1.17.10, 1.17.30, 1.17.40, 1.18.0
|
||||
- Supports Minecraft Bedrock version 1.16.201, 1.16.210, 1.16.220, 1.17.0, 1.17.10, 1.17.30, 1.17.40, 1.18.0, 1.18.11
|
||||
- Parse and serialize packets as JavaScript objects
|
||||
- Automatically respond to keep-alive packets
|
||||
- [Proxy and mitm connections](docs/API.md#proxy-docs)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bedrock-protocol",
|
||||
"version": "3.9.0",
|
||||
"version": "3.10.0",
|
||||
"description": "Minecraft Bedrock Edition protocol library",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue