Skip to content

Commit e4c797d

Browse files
authored
Release 1.35.1 (#1024)
* Update HISTORY.md * Update package.json
1 parent 92fd00d commit e4c797d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/HISTORY.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# History
22

3+
## 1.35.1
4+
5+
* add custom minecraft type varlong which aliases to varint @rob9315
6+
37
## 1.35.0
48

59
* Add option to not answer to pings (@matthi4s)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "minecraft-protocol",
3-
"version": "1.35.0",
3+
"version": "1.35.1",
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)