We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2467716 commit ca5af63Copy full SHA for ca5af63
2 files changed
docs/HISTORY.md
@@ -1,5 +1,8 @@
1
# History
2
3
+## 1.60.0
4
+* [1.21.5 (#1408)](https://github.com/PrismarineJS/node-minecraft-protocol/commit/2467716b6f52d2c83a6c2173bcfa686d4a437868) (thanks @extremeheat)
5
+
6
## 1.59.0
7
* [fix: Wrap base64-encoded PEM with 64-char line boundary (#1292)](https://github.com/PrismarineJS/node-minecraft-protocol/commit/0f6da566975a262e4e6f12a11e9b311496682508) (thanks @littledivy)
8
package.json
@@ -1,6 +1,6 @@
{
"name": "minecraft-protocol",
- "version": "1.59.0",
+ "version": "1.60.0",
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
"main": "src/index.js",
"types": "src/index.d.ts",
0 commit comments