Skip to content

Commit c7b8258

Browse files
authored
Release 3.14.0 (#225)
1 parent 9fac48e commit c7b8258

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

HISTORY.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.14.0
2+
* 1.19 support
3+
* Better handle ping timeout, update documentation (#218) @stevarino
4+
15
## 3.13.0
26
* Update API documentation
37
* Emit generic 'packet' event for server clients (#205) @ATXLtheAxolotl

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Minecraft Bedrock Edition (aka MCPE) protocol library, supporting authentication
1111

1212
## Features
1313

14-
- 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
14+
- 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, 1.19.1
1515
- Parse and serialize packets as JavaScript objects
1616
- Automatically respond to keep-alive packets
1717
- [Proxy and mitm connections](docs/API.md#proxy-docs)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bedrock-protocol",
3-
"version": "3.13.0",
3+
"version": "3.14.0",
44
"description": "Minecraft Bedrock Edition protocol library",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)