From 4938a8f3e1c8f79f9a13b2e9e099681d6c6fcd20 Mon Sep 17 00:00:00 2001 From: arnoson Date: Mon, 21 Aug 2023 16:03:32 +0200 Subject: [PATCH] chore: release v4.0.6 --- 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 15f0307..71f5c31 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "arnoson/kirby-vite", "description": "Vite helper for Kirby CMS", - "version": "4.0.5", + "version": "4.0.6", "type": "kirby-plugin", "license": "MIT", "authors": [ diff --git a/package.json b/package.json index fb6e871..ed3d669 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "4.0.5", + "version": "4.0.6", "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 a11e978..3a10e8f 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.5", + "version": "4.0.6", "type": "module", "main": "dist/index.cjs", "module": "dist/index.js",