From c0c63befcd37106d97b0c24d039864a597aa8789 Mon Sep 17 00:00:00 2001 From: wz <44930227+wenlzhang@users.noreply.github.com> Date: Fri, 3 Oct 2025 22:45:30 +0200 Subject: [PATCH] 0.6.1 --- CHANGELOG.md | 8 ++++++++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 5 files changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2a0951..bace02a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 + +## [0.6.1] - 2025-10-03 + +### Changes + +- feat: enable drag and drop for intermediate tag nodes with position preservation +- feat: implement tag position sorting and fix tag array mutation issues + ## [0.6.0] - 2025-10-03 ### Changes diff --git a/manifest.json b/manifest.json index e6a1d74..9ea4244 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "tag-index", "name": "Tag Index", - "version": "0.6.0", + "version": "0.6.1", "minAppVersion": "1.0.0", "description": "Create a curated list of important tags to serve as meaningful entry points to your knowledge base.", "author": "wenlzhang", diff --git a/package-lock.json b/package-lock.json index bd709b5..e1c3ef6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tag-index", - "version": "0.6.0", + "version": "0.6.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tag-index", - "version": "0.6.0", + "version": "0.6.1", "devDependencies": { "@eslint/js": "^9.16.0", "@types/jest": "^29.5.14", diff --git a/package.json b/package.json index 5bbcd25..b755cbb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tag-index", - "version": "0.6.0", + "version": "0.6.1", "description": "Create a curated list of important tags to serve as meaningful entry points to your knowledge base.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 1d9a63c..bb867e5 100644 --- a/versions.json +++ b/versions.json @@ -6,5 +6,6 @@ "0.3.0": "1.0.0", "0.4.0": "1.0.0", "0.5.0": "1.0.0", - "0.6.0": "1.0.0" + "0.6.0": "1.0.0", + "0.6.1": "1.0.0" } \ No newline at end of file