Release 1.25.0 (#844)

* Update HISTORY.md

* Update package.json
This commit is contained in:
Romain Beaumont 2021-04-08 02:33:02 +02:00 committed by GitHub
parent fd331399ba
commit 61789bbea9
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.25.0
* add fullBuffer to packet event
## 1.24.2
* Throw if data is not available for a given version (@U9G)

View file

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