mirror of
https://github.com/yan-istart/IStart-Note-AI-Plugin.git
synced 2026-07-22 06:51:37 +00:00
chore: bump version to 1.5.0
This commit is contained in:
parent
1e671ce419
commit
3300a9e629
2 changed files with 6 additions and 3 deletions
|
|
@ -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": "",
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
{
|
||||
"1.0.0": "1.0.0"
|
||||
"1.0.0": "1.0.0",
|
||||
"1.5.0": "1.4.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue