diff --git a/CHANGELOG.md b/CHANGELOG.md index fc0c84d9..1b4b4c89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [3.0.2](https://github.com/intevel/nuxt-directus/compare/v3.0.1...v3.0.2) (2022-09-04) + + +### Bug Fixes + +* **module:** autoimport hook deprecated ([38eb525](https://github.com/intevel/nuxt-directus/commit/38eb52506ac038b11a2ede23a7c5f8dbf6542aef)) + ### [3.0.1](https://github.com/intevel/nuxt-directus/compare/v3.0.0...v3.0.1) (2022-09-04) diff --git a/package-lock.json b/package-lock.json index fc527371..a1f3a720 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nuxt-directus", - "version": "3.0.1", + "version": "3.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nuxt-directus", - "version": "3.0.1", + "version": "3.0.2", "license": "MIT", "dependencies": { "@nuxt/kit": "^3.0.0-rc.9", diff --git a/package.json b/package.json index 54595898..6e5929cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-directus", - "version": "3.0.1", + "version": "3.0.2", "license": "MIT", "repository": "https://github.com/intevel/nuxt-directus", "homepage": "https://nuxt-directus.netlify.app/",