diff --git a/HISTORY.md b/HISTORY.md index 862c2ce..a66ee27 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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) diff --git a/package.json b/package.json index dacb9aa..ad3e7dc 100644 --- a/package.json +++ b/package.json @@ -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": {