release-1.26.6 (#916)

This commit is contained in:
IceTank 2021-11-01 17:28:23 +01:00 committed by GitHub
parent e305bbdf5c
commit 4dfe9e5f87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 1 deletions

View file

@ -1,5 +1,19 @@
# History
## 1.26.6
* Typings and Documentation updates [(#888)](https://github.com/PrismarineJS/node-minecraft-protocol/commit/e305bbdf5c0fb790bbf27bfd7307a1d82bc9b48a)
* Update index.d.ts to more closely match API.md
* Update to fit more in line with my API.md
Reorder things for my additions and reorders in API.md
* Update API.md from index.d.ts
* Explain writeChannel
* Clarified on all TODOs
* Lazily generate serverKey [(#907)](https://github.com/PrismarineJS/node-minecraft-protocol/pull/907)
* Add ended to typings [(#904)](https://github.com/PrismarineJS/node-minecraft-protocol/pull/904)
* Make examples work for 1.17.1 [(#902)](https://github.com/PrismarineJS/node-minecraft-protocol/pull/902)
* Make all events have promiselike returns for async [(#903)](https://github.com/PrismarineJS/node-minecraft-protocol/pull/903)
## 1.26.5
* update Online Mode Exceptions

View file

@ -1,6 +1,6 @@
{
"name": "minecraft-protocol",
"version": "1.26.5",
"version": "1.26.6",
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
"main": "src/index.js",
"types": "src/index.d.ts",