diff --git a/CHANGELOG.md b/CHANGELOG.md index 169d2076..0554c7bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,31 @@ 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.5.0 + + +### 🚀 Enhancements + + - ✨ Add inviteUser and inviteAccept (5509f7a) + +### 🩹 Fixes + + - Linting (75a06b0) + - NavigateTo is undefined && middleware warning (5549ccc) + +### 📖 Documentation + + - 📝 Add DirectusInvite types to documentation. (115cd0d) + +### 🏡 Chore + + - Fix publish command (54477f7) + +### ❤️ Contributors + +- Conner Bachmann ([@Intevel](http://github.com/Intevel)) +- Craig Harman + ## v5.4.4 diff --git a/package.json b/package.json index 695bc5d6..179b81f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-directus", - "version": "5.4.4", + "version": "5.5.0", "license": "MIT", "repository": "https://github.com/intevel/nuxt-directus", "homepage": "https://nuxt-directus.netlify.app/",