diff --git a/CHANGELOG.md b/CHANGELOG.md index 88d88ae..8f55043 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,26 @@ 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.6.1 + + +### 🩹 Fixes + + - CreateUser documentation (5b207b4) + - Add types to package.json exports (ce3b141) + - Opt in to `import.meta.*` properties (bb24196) + +### 🏡 Chore + + - Update ci.yml (0144c6a) + +### ❤️ Contributors + +- Conner Bachmann +- Daniel Roe ([@danielroe](http://github.com/danielroe)) +- Till Davin +- Florian + ## v5.6.0 diff --git a/package.json b/package.json index 0c077a3..e471745 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-directus", - "version": "5.6.0", + "version": "5.6.1", "license": "MIT", "repository": "https://github.com/intevel/nuxt-directus", "homepage": "https://nuxt-directus.site/",