From 29de0f1f4ec03e3b6baf791366c461603ec0d93d Mon Sep 17 00:00:00 2001 From: Liam Wynne Date: Sat, 9 May 2026 07:48:44 +1000 Subject: [PATCH] chore: sync package.json to marketplace version 0.6.40 The marketplace already has v0.6.40 published. Fast-forward package.json to match so the next auto-deploy bumps to a fresh version that can publish cleanly. Co-Authored-By: Claude Opus 4.7 (1M context) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ca87d43..7e60df3 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "erd-studio", "displayName": "ERD Studio", "description": "Visual ERD designer for dbt projects. Design your data warehouse across two stages — Logical (columns, types, FK design) and Physical (read-only manifest view) — with cross-stage discrepancy comparison.", - "version": "0.6.39", + "version": "0.6.40", "publisher": "liamwynne", "license": "MIT", "icon": "media/icon.png",