Skip to content

Commit ee40987

Browse files
Release 1.66.2 (#1490)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent db39bcb commit ee40987

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

docs/HISTORY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# History
22

3+
## 1.66.2
4+
* [Revert "Fix computeChatChecksum returning unsigned byte for i8 schema (#1485)" (#1489)](https://github.com/PrismarineJS/node-minecraft-protocol/commit/db39bcbfa6d2419b17217da7f4eea6b689a5ac49) (thanks @extremeheat)
5+
36
## 1.66.1
47
* [Bump prismarine-auth from 2.7.0 to 3.1.1 (#1477)](https://github.com/PrismarineJS/node-minecraft-protocol/commit/12f9a34fe259b2b96fa154f61f93a034d1d24120) (thanks @dependabot[bot])
58
* [readme: fix aresrpg repo link (#1483)](https://github.com/PrismarineJS/node-minecraft-protocol/commit/3162e72c232fb5b7b05fc035de2692e2199250a3) (thanks @AnotherPillow)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "minecraft-protocol",
3-
"version": "1.66.1",
3+
"version": "1.66.2",
44
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
55
"main": "src/index.js",
66
"types": "src/index.d.ts",

0 commit comments

Comments
 (0)