From 65192881205a7df6702f4c2c7c55b4a89b74d1d2 Mon Sep 17 00:00:00 2001 From: Eyal Keren Date: Thu, 29 Feb 2024 17:48:53 +0200 Subject: [PATCH] fix(vite): trigger new version for cloud.Endpoint feature (#103) --- vite/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite/package.json b/vite/package.json index 67fa9945..6df93a23 100644 --- a/vite/package.json +++ b/vite/package.json @@ -1,6 +1,6 @@ { "name": "@winglibs/vite", - "version": "0.0.4", + "version": "0.0.5", "description": "Wing resource that allows deploying a Vite application to the cloud", "repository": { "type": "git",