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",