diff --git a/CHANGELOG.md b/CHANGELOG.md index 46fae827..8fa4cbd5 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. +## [1.5.0](https://github.com/intevel/nuxt-directus/compare/v1.4.0...v1.5.0) (2022-04-11) + + +### Features + +* add global params support to getItemsByID ([bbb161e](https://github.com/intevel/nuxt-directus/commit/bbb161e2d2e462b18428b747f45ecd86bdc42d03)) + ## [1.4.0](https://github.com/intevel/nuxt-directus/compare/v1.3.0...v1.4.0) (2022-04-09) diff --git a/package.json b/package.json index 2ce4754f..8c811faf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-directus", - "version": "1.4.0", + "version": "1.5.0", "license": "MIT", "repository": "https://github.com/intevel/nuxt-directus", "homepage": "https://nuxt-directus.netlify.app/",