Skip to content

Commit

Permalink
Release 1.43.1 (#1235)
Browse files Browse the repository at this point in the history
* Update HISTORY.md

* Update package.json
  • Loading branch information
rom1504 committed Jun 27, 2023
1 parent fa01163 commit 05e5a70
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# History

## 1.43.1

* Temporarily make node 18 not required in package.json

## 1.43.0

* 1.20.0 and .1 support (@PondWader)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "minecraft-protocol",
"version": "1.43.0",
"version": "1.43.1",
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
"main": "src/index.js",
"types": "src/index.d.ts",
Expand Down

0 comments on commit 05e5a70

Please sign in to comment.