mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-14 19:04:59 -05:00
release-1.26.6 (#916)
This commit is contained in:
parent
e305bbdf5c
commit
4dfe9e5f87
2 changed files with 15 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue