From a644e55e26205e09ba9f1d700e4b3feedf267c69 Mon Sep 17 00:00:00 2001 From: Conner Bachmann Date: Fri, 9 Jun 2023 09:40:46 +0200 Subject: [PATCH] chore(release): v5.4.2 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44e0032f..4a31d495 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.2 + + +### 🩹 Fixes + + - Invalid url parsing (b7cba7a) + - UseDirectusUrl is not defined (3001e9b) + +### ❤️ Contributors + +- Conner Bachmann ([@Intevel](http://github.com/Intevel)) + ## v5.4.1 diff --git a/package.json b/package.json index ff55ce0f..6a4036fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-directus", - "version": "5.4.1", + "version": "5.4.2", "license": "MIT", "repository": "https://github.com/intevel/nuxt-directus", "homepage": "https://nuxt-directus.netlify.app/",