diff --git a/docs/HISTORY.md b/docs/HISTORY.md index 936e42e..68742b2 100644 --- a/docs/HISTORY.md +++ b/docs/HISTORY.md @@ -1,5 +1,9 @@ # History +## 1.26.4 + +* add once to typescript types for all events + ## 1.26.3 * fix typescript types diff --git a/package.json b/package.json index ca181fd..e6ed699 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "1.26.3", + "version": "1.26.4", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "src/index.js", "types": "src/index.d.ts",