Skip to content

Commit 97523a2

Browse files
committed
v0.10.0
1 parent 8490eaa commit 97523a2

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "structured-context",
3-
"version": "0.9.3",
3+
"version": "0.10.0",
44
"description": "Keep your content clean and your thinking clear with assistive tools for structured knowledge",
55
"module": "./dist/index.js",
66
"type": "module",

plugin/.claude-plugin/plugin.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
{
22
"name": "structured-context",
3-
"version": "0.9.3",
3+
"version": "0.10.0",
44
"description": "Structured content authoring for Obsidian — automatic validation hooks, slash commands, and agent skills to keep markdown files compliant with your schema.",
55
"homepage": "https://github.com/mindsocket/structured-context",
66
"repository": "https://github.com/mindsocket/structured-context",
77
"license": "MIT",
8-
"keywords": ["structured-context", "validation", "markdown", "schema"]
8+
"keywords": [
9+
"structured-context",
10+
"validation",
11+
"markdown",
12+
"schema"
13+
]
914
}

0 commit comments

Comments
 (0)