diff --git a/CHANGELOG.md b/CHANGELOG.md index d1902488..41570401 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. +## [2.4.0](https://github.com/intevel/nuxt-directus/compare/v2.3.0...v2.4.0) (2022-07-29) + + +### Features + +* **chore:** added meta to param type ([41d0bf2](https://github.com/intevel/nuxt-directus/commit/41d0bf24ef4b1b04ef8be9f2cb18f01e63fc1fa5)) + ## [2.3.0](https://github.com/intevel/nuxt-directus/compare/v2.2.0...v2.3.0) (2022-07-25) diff --git a/package-lock.json b/package-lock.json index 962128cb..7451add0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nuxt-directus", - "version": "2.3.0", + "version": "2.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nuxt-directus", - "version": "2.3.0", + "version": "2.4.0", "license": "MIT", "dependencies": { "@nuxt/kit": "^3.0.0-rc.6", diff --git a/package.json b/package.json index 38b5ba3e..bfca8554 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-directus", - "version": "2.3.0", + "version": "2.4.0", "license": "MIT", "repository": "https://github.com/intevel/nuxt-directus", "homepage": "https://nuxt-directus.netlify.app/",