diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e9b68ba..d1902488 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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.3.0](https://github.com/intevel/nuxt-directus/compare/v2.2.0...v2.3.0) (2022-07-25) + + +### Features + +* **chore:** implemented token auth option ([45ad98f](https://github.com/intevel/nuxt-directus/commit/45ad98f3a53f636406cedd3df0a056faa385c1d6)) +* **docs:** added new option to docs ([0cfc499](https://github.com/intevel/nuxt-directus/commit/0cfc499a9184cff3e76a45b10f06ff539ae04d30)) + + +### Bug Fixes + +* :bug: playground fetch collection now works ([2c4f260](https://github.com/intevel/nuxt-directus/commit/2c4f260ce5e4c0b55e3684b694247b360d6b182e)) + ## [2.2.0](https://github.com/intevel/nuxt-directus/compare/v2.1.0...v2.2.0) (2022-07-11) diff --git a/package-lock.json b/package-lock.json index 2e92d554..962128cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nuxt-directus", - "version": "2.2.0", + "version": "2.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nuxt-directus", - "version": "2.2.0", + "version": "2.3.0", "license": "MIT", "dependencies": { "@nuxt/kit": "^3.0.0-rc.6", diff --git a/package.json b/package.json index 99042685..38b5ba3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-directus", - "version": "2.2.0", + "version": "2.3.0", "license": "MIT", "repository": "https://github.com/intevel/nuxt-directus", "homepage": "https://nuxt-directus.netlify.app/",