From 29d9d14f7ec1f8917ee3e8391c0877f4d7431d7d Mon Sep 17 00:00:00 2001 From: squidfunk Date: Tue, 21 Jul 2026 14:28:45 +0200 Subject: [PATCH] chore: release v0.2.1 ## Summary This release improves navigation in the live Markdown preview: - Relative Markdown links now open the corresponding document in the editor instead of a browser. - Same-document and cross-document anchor links position the cursor at the linked heading and synchronize the editor and preview. - External links now display a subtle outbound-link indicator. Signed-off-by: squidfunk --- integrations/code/package-lock.json | 4 ++-- integrations/code/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/integrations/code/package-lock.json b/integrations/code/package-lock.json index d4610e0..3ac65b0 100644 --- a/integrations/code/package-lock.json +++ b/integrations/code/package-lock.json @@ -1,12 +1,12 @@ { "name": "zensical-studio", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "zensical-studio", - "version": "0.2.0", + "version": "0.2.1", "license": "MIT", "dependencies": { "@zip.js/zip.js": "^2.8.26", diff --git a/integrations/code/package.json b/integrations/code/package.json index bcab239..9cdd179 100644 --- a/integrations/code/package.json +++ b/integrations/code/package.json @@ -1,6 +1,6 @@ { "name": "zensical-studio", - "version": "0.2.0", + "version": "0.2.1", "publisher": "zensical", "displayName": "Zensical Studio", "description": "Refactor documentation like code",