From d91925eb345f78b844bc24e63009e5b0e1ad0c2c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 15 Feb 2023 00:05:18 +0000 Subject: [PATCH] chore: 3.0.1 [skip ci] ## [3.0.1](https://github.com/dword-design/nuxt-content-git/compare/v3.0.0...v3.0.1) (2023-02-15) ### Bug Fixes * update dependency execa to v7 ([#75](https://github.com/dword-design/nuxt-content-git/issues/75)) ([69da179](https://github.com/dword-design/nuxt-content-git/commit/69da17913a4214ab8f8966ebf4cbf155203f5f22)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3c0f83..ddd9b1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.0.1](https://github.com/dword-design/nuxt-content-git/compare/v3.0.0...v3.0.1) (2023-02-15) + + +### Bug Fixes + +* update dependency execa to v7 ([#75](https://github.com/dword-design/nuxt-content-git/issues/75)) ([69da179](https://github.com/dword-design/nuxt-content-git/commit/69da17913a4214ab8f8966ebf4cbf155203f5f22)) + # [3.0.0](https://github.com/dword-design/nuxt-content-git/compare/v2.0.14...v3.0.0) (2023-01-08) diff --git a/package.json b/package.json index abe2536..df1f50b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-content-git", - "version": "3.0.0", + "version": "3.0.1", "description": "Additional module for @nuxt/content that replaces or adds createdAt and updatedAt dates based on the git history.", "keywords": [ "frontend",