From 706fa0482b14944d49874e967d3d1ae27daff1cb Mon Sep 17 00:00:00 2001 From: Conner Bachmann Date: Sun, 17 Nov 2024 11:59:22 +0100 Subject: [PATCH] chore(release): v5.7.0 --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f55043c..e1825a8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,34 @@ 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.7.0 + + +### 🚀 Enhancements + + - Add file upload and deletion functionality (f805a9e) + +### 🩹 Fixes + + - Add runtime types to type exports (429554c) + +### 📖 Documentation + + - Use new `nuxi module add` command in installation (2ea7888) + +### 🏡 Chore + + - Indicate compatibility with new v4 major (cefc5e3) + - Rename domain (5d4af61) + - Update pnpm (029e413) + +### ❤️ Contributors + +- Conner Bachmann +- Yavuz Yildirim +- Till Davin +- Daniel Roe ([@danielroe](http://github.com/danielroe)) + ## v5.6.1 diff --git a/package.json b/package.json index 2dc4878d..c1d28248 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-directus", - "version": "5.6.1", + "version": "5.7.0", "license": "MIT", "repository": "https://github.com/intevel/nuxt-directus", "homepage": "https://nuxt-directus.de/",