From 4953558b48e4880369c4c1bb2294f1f5561fb33d Mon Sep 17 00:00:00 2001 From: Conner Bachmann <59223342+Intevel@users.noreply.github.com> Date: Thu, 31 Mar 2022 22:02:55 +0200 Subject: [PATCH] chore(release): 1.2.1 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a493ee2c..3c602315 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.1](https://github.com/intevel/nuxt-directus/compare/v1.2.0...v1.2.1) (2022-03-31) + ## [1.2.0](https://github.com/intevel/nuxt-directus/compare/v1.1.4...v1.2.0) (2022-03-31) diff --git a/package.json b/package.json index 53d6730e..30c587d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-directus", - "version": "1.2.0", + "version": "1.2.1", "license": "MIT", "repository": "https://github.com/intevel/nuxt-directus", "homepage": "https://nuxt-directus.netlify.app/",