From 6cc6c94b8b47e7dc53252022e0ec12bc85385d70 Mon Sep 17 00:00:00 2001 From: Conner Bachmann Date: Thu, 6 Oct 2022 20:49:56 +0200 Subject: [PATCH] chore(release): 3.1.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd85c9fa..2691422e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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. +## [3.1.0](https://github.com/intevel/nuxt-directus/compare/v3.0.3...v3.1.0) (2022-10-06) + + +### Features + +* **module:** implemented support for revisions ([5771b0a](https://github.com/intevel/nuxt-directus/commit/5771b0a72c07b4f7b22d5dda3f1e00c9058b9a8c)) + + +### Bug Fixes + +* **module:** fixed linting ([5814b41](https://github.com/intevel/nuxt-directus/commit/5814b41b30a4728b3a59e210402b5cba8ed8e4a4)) + ### [3.0.3](https://github.com/intevel/nuxt-directus/compare/v3.0.2...v3.0.3) (2022-09-05) diff --git a/package.json b/package.json index 5f389c8f..ea90f431 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-directus", - "version": "3.0.3", + "version": "3.1.0", "license": "MIT", "repository": "https://github.com/intevel/nuxt-directus", "homepage": "https://nuxt-directus.netlify.app/",