Release 1.35.1 (#1024)

* Update HISTORY.md

* Update package.json
This commit is contained in:
Romain Beaumont 2022-07-22 22:20:55 +02:00 committed by GitHub
parent 92fd00d40d
commit e4c797d4d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
# History
## 1.35.1
* add custom minecraft type varlong which aliases to varint @rob9315
## 1.35.0
* Add option to not answer to pings (@matthi4s)

View file

@ -1,6 +1,6 @@
{
"name": "minecraft-protocol",
"version": "1.35.0",
"version": "1.35.1",
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
"main": "src/index.js",
"types": "src/index.d.ts",