diff --git a/CHANGELOG.md b/CHANGELOG.md index d122e5ea..e73c1b33 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.1.1 + + +### 🩹 Fixes + + - Missing import (9d421e6) + +### ❤️ Contributors + +- Conner Bachmann ([@Intevel](http://github.com/Intevel)) + ## v5.1.0 diff --git a/package.json b/package.json index d933b0d6..995aef20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-directus", - "version": "5.1.0", + "version": "5.1.1", "license": "MIT", "repository": "https://github.com/intevel/nuxt-directus", "homepage": "https://nuxt-directus.netlify.app/", @@ -29,7 +29,7 @@ "dev:build": "nuxi build playground", "dev:prepare": "nuxt-module-build --stub && nuxi prepare playground", "docs": "cd docs && pnpm dev", - "release": "nuxt-module-build && changelogen --minor --release --push && yarn publish", + "release": "nuxt-module-build && changelogen --release --push && yarn publish", "lint": "eslint --ext .js,.ts,.vue" }, "dependencies": {