From c039e8be7a163ea6e931fca2c9d9171a33b85a1e Mon Sep 17 00:00:00 2001 From: murashit Date: Fri, 10 Jul 2026 21:17:32 +0900 Subject: [PATCH] Bump version to 4.6.1 --- .github/release-notes/4.6.1.md | 3 +++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 5 files changed, 9 insertions(+), 5 deletions(-) create mode 100644 .github/release-notes/4.6.1.md diff --git a/.github/release-notes/4.6.1.md b/.github/release-notes/4.6.1.md new file mode 100644 index 00000000..e2d91bbb --- /dev/null +++ b/.github/release-notes/4.6.1.md @@ -0,0 +1,3 @@ +## Changes + +- Align DOM creation and daily-note date handling with Obsidian's bundled APIs for Community plugin review compatibility. diff --git a/manifest.json b/manifest.json index 89494037..fe3f7469 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "codex-panel", "name": "Codex Panel", - "version": "4.6.0", + "version": "4.6.1", "minAppVersion": "1.12.0", "description": "Codex in your sidebar.", "author": "murashit", diff --git a/package-lock.json b/package-lock.json index 970bc4d3..94772179 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codex-panel", - "version": "4.6.0", + "version": "4.6.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codex-panel", - "version": "4.6.0", + "version": "4.6.1", "license": "Apache-2.0", "dependencies": { "@preact/signals": "^2.9.2", diff --git a/package.json b/package.json index ee8d11c9..248c2ac7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codex-panel", - "version": "4.6.0", + "version": "4.6.1", "description": "Codex in your Obsidian sidebar.", "main": "main.js", "author": "murashit", diff --git a/versions.json b/versions.json index ba1f2fdb..dd9503a2 100644 --- a/versions.json +++ b/versions.json @@ -75,5 +75,6 @@ "4.5.0": "1.12.0", "4.5.1": "1.12.0", "4.5.2": "1.12.0", - "4.6.0": "1.12.0" + "4.6.0": "1.12.0", + "4.6.1": "1.12.0" }