diff --git a/docs/HISTORY.md b/docs/HISTORY.md index ab961e5..53f962e 100644 --- a/docs/HISTORY.md +++ b/docs/HISTORY.md @@ -1,6 +1,11 @@ # History +## 1.30.0 + +* add reasons for client.end() & fix issues (@U5B) + ## 1.29.1 + * Remove entitlement check in microsoftAuth (#929) ## 1.29.0 diff --git a/package.json b/package.json index f32ab10..81bad39 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "1.29.1", + "version": "1.30.0", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "src/index.js", "types": "src/index.d.ts",