From cdb7149f8e8fe32531e8bf775018c4484cb2f5e7 Mon Sep 17 00:00:00 2001 From: Conner Bachmann <59223342+Intevel@users.noreply.github.com> Date: Thu, 31 Mar 2022 22:02:17 +0200 Subject: [PATCH] chore(release): 1.2.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 743e892a..a493ee2c 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.2.0](https://github.com/intevel/nuxt-directus/compare/v1.1.4...v1.2.0) (2022-03-31) + + +### Features + +* update compatibility settings ([391254c](https://github.com/intevel/nuxt-directus/commit/391254c979e52ebf8ef6eb73d556e12f2ad17dfa)), closes [#4](https://github.com/intevel/nuxt-directus/issues/4) + ### [1.1.4](https://github.com/intevel/nuxt-directus/compare/v1.1.3...v1.1.4) (2022-03-27) diff --git a/package.json b/package.json index 8120375f..53d6730e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-directus", - "version": "1.1.4", + "version": "1.2.0", "license": "MIT", "repository": "https://github.com/intevel/nuxt-directus", "homepage": "https://nuxt-directus.netlify.app/",