Skip to content

Commit

Permalink
chore(release): v5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Intevel committed Jun 7, 2023
1 parent a8cb6fa commit 2b98382
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,35 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## v5.4.0


### 馃殌 Enhancements

- Add computed values for token expiration. (4195895)
- Modify plugin to fetch data when needed on app/page load. (764d02e)
- Add auto-refreshing tokens to plugin and directus handler. (570fbdf)
- Login with provider. (50370f7)
- Allow maxAge for the refresh token to be set. (c9fa234)
- Remove the refresh token, if it fails to refresh. (336e3a9)
- Add auto-refresh failure function (0e709d8)

### 馃┕ Fixes

- Missing uuid dependancy (cb800ce)
- Login/logout to not use the directus handler. (43e896e)
- Missing uuid dependancy" (71c7357)
- Invalid key path for maxAge (25efffd)
- Remove setting default config, for keys that no longer exist. (2b0ec0c)
- Config defaults to public inside useTokens (ddaaa65)
- Move after token_expired as it's used within. (9ff4c19)
- Error throwing (26a8b0a)

### 鉂わ笍 Contributors

- Conner ([@Intevel](http://github.com/Intevel))
- Cory <[email protected]>

## v5.3.0


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": "nuxt-directus",
"version": "5.3.0",
"version": "5.4.0",
"license": "MIT",
"repository": "https://github.com/intevel/nuxt-directus",
"homepage": "https://nuxt-directus.netlify.app/",
Expand Down

0 comments on commit 2b98382

Please sign in to comment.