From 7ec1001fd2481e8988150bc4a07e53922efa4ccc Mon Sep 17 00:00:00 2001 From: Conner Bachmann <59223342+Intevel@users.noreply.github.com> Date: Tue, 19 Apr 2022 18:48:34 +0200 Subject: [PATCH] chore(release): 1.7.0 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 464df463..674ff579 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. +## [1.7.0](https://github.com/intevel/nuxt-directus/compare/v1.6.0...v1.7.0) (2022-04-19) + + +### Features + +* **chore:** created npmignore ([a456c11](https://github.com/intevel/nuxt-directus/commit/a456c114173c6e9344e9914b474565029f3af3f3)) +* **module:** added getFiles method ([6c4b6bf](https://github.com/intevel/nuxt-directus/commit/6c4b6bfabbf32ad9d31e93e3152c2f1a0ec28afa)) + + +### Bug Fixes + +* **chore:** updated types ([a1c123f](https://github.com/intevel/nuxt-directus/commit/a1c123fa3c3aa08db8d6be4ad2ca8c146870ac1e)) + ## [1.6.0](https://github.com/intevel/nuxt-directus/compare/v1.5.0...v1.6.0) (2022-04-14) diff --git a/package.json b/package.json index 2e7332af..45cef8bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-directus", - "version": "1.6.0", + "version": "1.7.0", "license": "MIT", "repository": "https://github.com/intevel/nuxt-directus", "homepage": "https://nuxt-directus.netlify.app/",