From 816655bafd926e5551bb1b01734b9784086d2fce Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 15 Jun 2024 16:19:34 +0000 Subject: [PATCH] chore: 5.0.2 [skip ci] ## [5.0.2](https://github.com/dword-design/nuxt-route-meta/compare/v5.0.1...v5.0.2) (2024-06-15) ### Bug Fixes * update dependency execa to v9 ([#183](https://github.com/dword-design/nuxt-route-meta/issues/183)) ([e0c9b31](https://github.com/dword-design/nuxt-route-meta/commit/e0c9b31acbc58bc11dc46c997f0ac767df3314d4)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92b9a0e..3395282 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.0.2](https://github.com/dword-design/nuxt-route-meta/compare/v5.0.1...v5.0.2) (2024-06-15) + + +### Bug Fixes + +* update dependency execa to v9 ([#183](https://github.com/dword-design/nuxt-route-meta/issues/183)) ([e0c9b31](https://github.com/dword-design/nuxt-route-meta/commit/e0c9b31acbc58bc11dc46c997f0ac767df3314d4)) + ## [5.0.1](https://github.com/dword-design/nuxt-route-meta/compare/v5.0.0...v5.0.1) (2024-04-08) diff --git a/package.json b/package.json index 9475653..d7cb441 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-route-meta", - "version": "5.0.1", + "version": "5.0.2", "description": "Adds Nuxt page data to route meta at build time. Also supports TypeScript.", "keywords": [ "auth",