Skip to content

Commit

Permalink
Release 1.3.2 (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucienHH authored May 4, 2023
1 parent 871a080 commit f5ec7c5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit f5ec7c5

Please sign in to comment.