mirror of
https://github.com/algometrix/second_brain_builder.git
synced 2026-07-22 08:29:32 +00:00
Bump to 1.0.10
README-only release: no extra AI bills focus, desktop app clarification, table of contents, goal-to-command table, provider comparison, and feedback section. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
94231b1ea0
commit
c7eb1f9a15
4 changed files with 6 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "second-brain-builder",
|
||||
"name": "Second Brain Builder",
|
||||
"version": "1.0.9",
|
||||
"version": "1.0.10",
|
||||
"minAppVersion": "1.8.7",
|
||||
"description": "Grow your vault into a linked knowledge graph: select any word or phrase to generate detailed, wiki-linked explanation notes using Claude Code, Gemini, Codex, or a local Ollama model.",
|
||||
"author": "algometrix",
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "second-brain-builder",
|
||||
"version": "1.0.9",
|
||||
"version": "1.0.10",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "second-brain-builder",
|
||||
"version": "1.0.9",
|
||||
"version": "1.0.10",
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^10.0.1",
|
||||
"@types/node": "^16.11.6",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "second-brain-builder",
|
||||
"version": "1.0.9",
|
||||
"version": "1.0.10",
|
||||
"description": "Obsidian plugin that grows your vault into a linked knowledge graph using Claude Code, Gemini, Codex, or Ollama",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -8,5 +8,6 @@
|
|||
"1.0.6": "1.8.7",
|
||||
"1.0.7": "1.8.7",
|
||||
"1.0.8": "1.8.7",
|
||||
"1.0.9": "1.8.7"
|
||||
"1.0.9": "1.8.7",
|
||||
"1.0.10": "1.8.7"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue