From f9966a2d6eab98528d5ec10ab04720db9b52f56d Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Mon, 4 Apr 2022 00:51:49 +0200 Subject: [PATCH] Release 1.1.0 (#8) * Update HISTORY.md * Update package.json --- HISTORY.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index a2f2d69..8c1bf55 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,11 @@ ## History +### 1.1.0 + +* Add getRealmFromInvite endpoint +* Add retry for server errors and getAddress return host/port +* Update doc and platform type handling + ### 1.0.0 * initial implementation diff --git a/package.json b/package.json index 3430af3..002210d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prismarine-realms", - "version": "1.0.0", + "version": "1.1.0", "description": "Library to manage and interact with Minecraft Realms for Java/Bedrock edition", "main": "index.js", "scripts": {