From b4fc259de811ffc0cef25499b7cd8bf69d669012 Mon Sep 17 00:00:00 2001 From: Dayuan Jiang <34411969+DayuanJiang@users.noreply.github.com> Date: Tue, 23 Dec 2025 09:09:39 +0900 Subject: [PATCH] chore: bump version to 0.4.6 (#364) * chore: bump version to 0.4.6 * style: auto-format with Biome --------- Co-authored-by: github-actions[bot] --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index ba8fd30..8186140 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "next-ai-draw-io", - "version": "0.4.5", + "version": "0.4.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "next-ai-draw-io", - "version": "0.4.5", + "version": "0.4.6", "license": "Apache-2.0", "dependencies": { "@ai-sdk/amazon-bedrock": "^3.0.70", diff --git a/package.json b/package.json index 7826186..e82dcdb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-ai-draw-io", - "version": "0.4.5", + "version": "0.4.6", "license": "Apache-2.0", "private": true, "main": "dist-electron/main/index.js",