From 3300a9e62981c6de97ec6d95432326c265eb4de4 Mon Sep 17 00:00:00 2001 From: yan Date: Thu, 30 Apr 2026 00:40:51 +0800 Subject: [PATCH] chore: bump version to 1.5.0 --- package.json | 6 ++++-- versions.json | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ab94fc8..fbe7d3a 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,14 @@ { "name": "istart-note-ai", - "version": "1.3.0", + "version": "1.5.0", "description": "IStart-Note-AI: DeepSeek-powered knowledge graph plugin for Obsidian", "main": "main.js", "scripts": { "dev": "node esbuild.config.mjs", "build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production", - "version": "node version-bump.mjs && git add manifest.json versions.json" + "version": "node scripts/version-bump.mjs && git add manifest.json versions.json", + "release": "bash scripts/release.sh", + "submit": "bash scripts/submit-plugin.sh" }, "keywords": [], "author": "", diff --git a/versions.json b/versions.json index 608a97a..7016c28 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "1.0.0": "1.0.0" + "1.0.0": "1.0.0", + "1.5.0": "1.4.0" }