Skip to content

Commit

Permalink
Release 1.5.0 (#35)
Browse files Browse the repository at this point in the history
* Update package.json

* Update HISTORY.md
  • Loading branch information
LucienHH authored Mar 8, 2022
1 parent b2890e0 commit 5570206
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## History

### 1.5.0
* Move relyingParty option from constructor to `getXboxToken(relyingParty?: string)` ([#34](https://github.com/PrismarineJS/prismarine-auth/pull/34))
* Fixed a bug that would cause refreshing the MSA token to error due to an undefined function

### 1.4.2
* add debug dependency (#31) - @safazi

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-auth",
"version": "1.4.2",
"version": "1.5.0",
"description": "Authentication library for Xbox Live, Microsoft, and Minecraft with caching support",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 5570206

Please sign in to comment.