From 5b866b74b8f96fadfb4c9b989213e9fa88cbd851 Mon Sep 17 00:00:00 2001 From: Comfy Org PR Bot Date: Sun, 28 Sep 2025 06:05:43 +0800 Subject: [PATCH] 1.28.3 (#5822) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch version increment to 1.28.3 ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-5822-1-28-3-27b6d73d365081f18315d03ad55987aa) by [Unito](https://www.unito.io) Co-authored-by: AustinMroz <4284322+AustinMroz@users.noreply.github.com> --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 75a7349ab..da9b83ebe 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@comfyorg/comfyui-frontend", "private": true, - "version": "1.28.2", + "version": "1.28.3", "type": "module", "repository": "https://github.com/Comfy-Org/ComfyUI_frontend", "homepage": "https://comfy.org", @@ -158,4 +158,4 @@ "zod": "^3.23.8", "zod-validation-error": "^3.3.0" } -} \ No newline at end of file +}