Skip to content
This repository was archived by the owner on Nov 15, 2022. It is now read-only.

Commit d4208b2

Browse files
authored
Release 1.29.0
1 parent e1db56a commit d4208b2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/HISTORY.md

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

3+
## 1.29.0
4+
5+
* 1.18.0 support
6+
37
## 1.28.1
48

59
* Fix microsoft auth error condition handling (@extremeheat)

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.28.1",
3+
"version": "1.29.0",
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)