From aab197b0a81b8a66df7fb2178d6730e9c3abf5ef Mon Sep 17 00:00:00 2001 From: Victor Ribeiro Date: Mon, 9 Sep 2024 00:06:42 -0300 Subject: [PATCH] feat(core): release version `0.7.0-preview.30` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 65f0d09..2498468 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vulmix", - "version": "0.7.0-preview.29", + "version": "0.7.0-preview.30", "description": "Vue(3) meta-framework that uses Laravel Mix.", "repository": "ojvribeiro/vulmix", "main": "./src/mix.js",