From 089bf344154059d560d88ca42e9b3dcbedaef43c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 2 Jul 2023 21:53:27 +0000 Subject: [PATCH] chore: 4.0.0 [skip ci] # [4.0.0](https://github.com/dword-design/nuxt-route-meta/compare/v3.0.10...v4.0.0) (2023-07-02) ### Bug Fixes * lock file maintenance ([#150](https://github.com/dword-design/nuxt-route-meta/issues/150)) ([403d93d](https://github.com/dword-design/nuxt-route-meta/commit/403d93d6667d9975ea69a9007783ee0d715289d4)) ### BREAKING CHANGES * drop node 14, migrate to nuxt 3 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2acecd9..1853cf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [4.0.0](https://github.com/dword-design/nuxt-route-meta/compare/v3.0.10...v4.0.0) (2023-07-02) + + +### Bug Fixes + +* lock file maintenance ([#150](https://github.com/dword-design/nuxt-route-meta/issues/150)) ([403d93d](https://github.com/dword-design/nuxt-route-meta/commit/403d93d6667d9975ea69a9007783ee0d715289d4)) + + +### BREAKING CHANGES + +* drop node 14, migrate to nuxt 3 + ## [3.0.10](https://github.com/dword-design/nuxt-route-meta/compare/v3.0.9...v3.0.10) (2023-04-30) diff --git a/package.json b/package.json index 9959039..0a222e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-route-meta", - "version": "3.0.10", + "version": "4.0.0", "description": "Adds Nuxt page data to route meta at build time. Also supports TypeScript.", "keywords": [ "auth",