From 715af83440deb022db39b4c3f5a47fabd3e33e51 Mon Sep 17 00:00:00 2001 From: arnoson Date: Fri, 17 Nov 2023 10:19:13 +0100 Subject: [PATCH] chore: release v5.0.0 --- composer.json | 2 +- package.json | 2 +- packages/vite-plugin-kirby/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 7bfef6d..ae7c764 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "arnoson/kirby-vite", "description": "Vite helper for Kirby CMS", - "version": "4.0.9", + "version": "5.0.0", "type": "kirby-plugin", "license": "MIT", "authors": [ diff --git a/package.json b/package.json index 21c1745..d9ec35b 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "4.0.9", + "version": "5.0.0", "scripts": { "test": "composer run test", "release": "bumpp", diff --git a/packages/vite-plugin-kirby/package.json b/packages/vite-plugin-kirby/package.json index 2cd74bc..261ced9 100644 --- a/packages/vite-plugin-kirby/package.json +++ b/packages/vite-plugin-kirby/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-kirby", - "version": "4.0.9", + "version": "5.0.0", "type": "module", "main": "dist/index.cjs", "module": "dist/index.js",