From 6de97357068b01a58a54ea386ecb744543ba054a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 8 Jun 2023 10:37:15 +0000 Subject: [PATCH] chore: 3.0.32 [skip ci] ## [3.0.32](https://github.com/dword-design/nuxt-content-git/compare/v3.0.31...v3.0.32) (2023-06-08) ### Bug Fixes * lock file maintenance ([#121](https://github.com/dword-design/nuxt-content-git/issues/121)) ([3b7478c](https://github.com/dword-design/nuxt-content-git/commit/3b7478c893ca542728dbca1a12ce95714ec6708a)) * make runtime config private ([9df6d15](https://github.com/dword-design/nuxt-content-git/commit/9df6d157570bd2b69ea8eb5fb0a7989b2dcb2bdf)) * nuxt 2 ([1ee1989](https://github.com/dword-design/nuxt-content-git/commit/1ee198975e00bbb715c540068a614217268a8e39)) --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c514c0..3b8fb8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [3.0.32](https://github.com/dword-design/nuxt-content-git/compare/v3.0.31...v3.0.32) (2023-06-08) + + +### Bug Fixes + +* lock file maintenance ([#121](https://github.com/dword-design/nuxt-content-git/issues/121)) ([3b7478c](https://github.com/dword-design/nuxt-content-git/commit/3b7478c893ca542728dbca1a12ce95714ec6708a)) +* make runtime config private ([9df6d15](https://github.com/dword-design/nuxt-content-git/commit/9df6d157570bd2b69ea8eb5fb0a7989b2dcb2bdf)) +* nuxt 2 ([1ee1989](https://github.com/dword-design/nuxt-content-git/commit/1ee198975e00bbb715c540068a614217268a8e39)) + ## [3.0.31](https://github.com/dword-design/nuxt-content-git/compare/v3.0.30...v3.0.31) (2023-04-28) diff --git a/package.json b/package.json index 571d701..830a219 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-content-git", - "version": "3.0.31", + "version": "3.0.32", "description": "Additional module for @nuxt/content that replaces or adds createdAt and updatedAt dates based on the git history.", "keywords": [ "frontend",