From 7fa2ef00914af5f385aeb016d500a7c837cfa778 Mon Sep 17 00:00:00 2001 From: arnoson Date: Tue, 3 Dec 2024 20:43:04 +0100 Subject: [PATCH] chore: release v5.4.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 6d6208e..05b6fcd 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "arnoson/kirby-vite", "description": "Vite helper for Kirby CMS", - "version": "5.3.1", + "version": "5.4.0", "type": "kirby-plugin", "license": "MIT", "authors": [ diff --git a/package.json b/package.json index 4881f2c..5ef4e5a 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "5.3.1", + "version": "5.4.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 f6d025f..6855e21 100644 --- a/packages/vite-plugin-kirby/package.json +++ b/packages/vite-plugin-kirby/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-kirby", - "version": "5.3.1", + "version": "5.4.0", "type": "module", "main": "dist/index.cjs", "module": "dist/index.js",