From f5ec7c5a38e4b00cbee9e8d07bbed0c614d3b183 Mon Sep 17 00:00:00 2001 From: LucienHH <66429271+LucienHH@users.noreply.github.com> Date: Thu, 4 May 2023 23:27:11 +0100 Subject: [PATCH] Release 1.3.2 (#38) --- HISTORY.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 5341d3c..a726659 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,11 @@ ## History +### 1.3.2 +* Retry 5xx errors with exponential backoff (@LucienHH) + +### 1.3.1 +* Use fs.promises over fs/promises (@extremeheat) + ### 1.3.0 * import Authflow into index.d.ts (@jojomatik) [#35](https://github.com/PrismarineJS/prismarine-realms/pull/35) * Add Realm backup & world download endpoints (@LucienHH) [#30](https://github.com/PrismarineJS/prismarine-realms/pull/30) diff --git a/package.json b/package.json index df3ec18..9660b16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prismarine-realms", - "version": "1.3.1", + "version": "1.3.2", "description": "Library to manage and interact with Minecraft Realms for Java/Bedrock edition", "main": "index.js", "scripts": {