diff --git a/CHANGELOG.md b/CHANGELOG.md index 7352aee9..44e0032f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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.1 + + +### 🩹 Fixes + + - Computed import (65c1cdf) + +### ❤️ Contributors + +- Conner ([@Intevel](http://github.com/Intevel)) + ## v5.4.0 diff --git a/package.json b/package.json index 1da4ab7b..ff55ce0f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-directus", - "version": "5.4.0", + "version": "5.4.1", "license": "MIT", "repository": "https://github.com/intevel/nuxt-directus", "homepage": "https://nuxt-directus.netlify.app/",