From 884125f57c8497e3b72c08809cd9d13c27e409a9 Mon Sep 17 00:00:00 2001 From: Conner Date: Sun, 11 Jun 2023 16:53:10 +0200 Subject: [PATCH] chore(release): v5.4.4 --- CHANGELOG.md | 23 +++++++++++++++++++++++ package.json | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f9dda72..169d2076 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,29 @@ 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.4 + + +### 🩹 Fixes + + - 'token_expired' always 'true'. #157 (#157) + +### 📖 Documentation + + - Add autoRefresh (f85c44c) + - Add onAutoRefreshFailure (01dd6cd) + - Added maxAgeRefreshToken (39597cf) + - #149 useAsyncData (#149) + +### 🏡 Chore + + - **release:** V5.4.1 (19610b2) + +### ❤️ Contributors + +- Matt +- Conner ([@Intevel](http://github.com/Intevel)) + ## v5.4.3 diff --git a/package.json b/package.json index d7bf5a55..14ccea53 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-directus", - "version": "5.4.3", + "version": "5.4.4", "license": "MIT", "repository": "https://github.com/intevel/nuxt-directus", "homepage": "https://nuxt-directus.netlify.app/",