Release 3.12.0 (#199)

This commit is contained in:
extremeheat 2022-04-21 14:04:10 -04:00 committed by GitHub
commit 20c53c49d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,6 @@
## 3.12.0
* 1.18.30 support
## 3.11.1
* Bump minecraft-data version

View file

@ -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, 1.18.11
- 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, 1.18.30
- Parse and serialize packets as JavaScript objects
- Automatically respond to keep-alive packets
- [Proxy and mitm connections](docs/API.md#proxy-docs)

View file

@ -1,6 +1,6 @@
{
"name": "bedrock-protocol",
"version": "3.11.1",
"version": "3.12.0",
"description": "Minecraft Bedrock Edition protocol library",
"main": "index.js",
"scripts": {