From e81864a295d26eb338307c06ebb99ae9071eb34e Mon Sep 17 00:00:00 2001 From: arnoson Date: Sun, 13 Aug 2023 16:20:02 +0200 Subject: [PATCH] chore: release v4.0.5 --- 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 31a17f4..15f0307 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "arnoson/kirby-vite", "description": "Vite helper for Kirby CMS", - "version": "4.0.4", + "version": "4.0.5", "type": "kirby-plugin", "license": "MIT", "authors": [ diff --git a/package.json b/package.json index c4254f5..fb6e871 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "4.0.4", + "version": "4.0.5", "scripts": { "test": "composer run test", "release": "bumpp -r", diff --git a/packages/vite-plugin-kirby/package.json b/packages/vite-plugin-kirby/package.json index e905106..a11e978 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.4", + "version": "4.0.5", "type": "module", "main": "dist/index.cjs", "module": "dist/index.js",