Skip to content

Commit

Permalink
Release 1.4.0 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulomart authored Dec 5, 2021
1 parent 2226788 commit 199f87f
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.4.0

* Allow to use a custom cache instead of using the filesystem only (#26)
* Replace `fs.rmdirSync` with `fs.rmSync` (#25)
* Add `doSisuAuth` option (#24)

### 1.3.0
* Add `deviceType` and `deviceVersion` options to Authflow options [#21](https://github.com/PrismarineJS/prismarine-auth/pull/21)

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

0 comments on commit 199f87f

Please sign in to comment.