From ed4540ce1d276d11be14a5230b400da667e613c8 Mon Sep 17 00:00:00 2001 From: Harlan Wilton Date: Sat, 19 Aug 2023 11:21:10 +0200 Subject: [PATCH] chore: release v2.0.0-beta.12 --- layer/package.json | 2 +- module/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layer/package.json b/layer/package.json index 2b37c5f2..999a809b 100755 --- a/layer/package.json +++ b/layer/package.json @@ -1,7 +1,7 @@ { "name": "nuxt-seo-kit-layer", "type": "module", - "version": "2.0.0-beta.11", + "version": "2.0.0-beta.12", "license": "MIT", "funding": "https://github.com/sponsors/harlan-zw", "homepage": "https://github.com/harlan-zw/nuxt-seo-kit#readme", diff --git a/module/package.json b/module/package.json index 31490468..7fa7a1ce 100755 --- a/module/package.json +++ b/module/package.json @@ -1,7 +1,7 @@ { "name": "nuxt-seo-kit-module", "type": "module", - "version": "2.0.0-beta.11", + "version": "2.0.0-beta.12", "description": "The all-in-one SEO layer for Nuxt 3.", "license": "MIT", "funding": "https://github.com/sponsors/harlan-zw",