From b514f6eda4438322c84b3ed0e379d7b54676b9e9 Mon Sep 17 00:00:00 2001 From: arnoson Date: Sun, 11 Feb 2024 17:23:15 +0100 Subject: [PATCH] chore: release v5.2.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 ddfaa19..9aad3e2 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "arnoson/kirby-vite", "description": "Vite helper for Kirby CMS", - "version": "5.1.0", + "version": "5.2.0", "type": "kirby-plugin", "license": "MIT", "authors": [ diff --git a/package.json b/package.json index 3e1fcd8..5733c25 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "5.1.0", + "version": "5.2.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 a70e40d..804b5ce 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.1.0", + "version": "5.2.0", "type": "module", "main": "dist/index.cjs", "module": "dist/index.js",