From 5fd0049a0d0bf30ff74908e110e23a4783a74d61 Mon Sep 17 00:00:00 2001 From: yzydeveloper Date: Fri, 12 Aug 2022 01:16:15 +0800 Subject: [PATCH] chore: v0.5.0 --- package.json | 2 +- packages/core/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 745cbe7..a3e8a76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-mpa-plus-monorepo", - "version": "0.4.6", + "version": "0.5.0", "license": "MIT", "author": "yzydeveloper", "homepage": "https://github.com/yzydeveloper/vite-plugin-mpa-plus", diff --git a/packages/core/package.json b/packages/core/package.json index 521afca..fdd3af8 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-mpa-plus", - "version": "0.4.6", + "version": "0.5.0", "description": "More flexible MPA (multipage application) supports html template", "author": "yzydeveloper", "license": "MIT",