chore: bump version to 1.5.0

This commit is contained in:
yan 2026-04-30 00:40:51 +08:00
parent 1e671ce419
commit 3300a9e629
2 changed files with 6 additions and 3 deletions

View file

@ -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": "",

View file

@ -1,3 +1,4 @@
{
"1.0.0": "1.0.0"
"1.0.0": "1.0.0",
"1.5.0": "1.4.0"
}