obsidian-native-mcp 1.5.1 → 1.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [1.5.2](https://github.com/usrivastava92/obsidian-native-mcp/compare/1.5.1...1.5.2) (2026-06-17)
2
+
3
+ ### Bug Fixes
4
+
5
+ - restore proper spacing between badges ([4d286bf](https://github.com/usrivastava92/obsidian-native-mcp/commit/4d286bf5c8e31bca25836a0d0b24f08ec59f1038))
6
+
1
7
  ## [1.5.1](https://github.com/usrivastava92/obsidian-native-mcp/compare/1.5.0...1.5.1) (2026-06-17)
2
8
 
3
9
  ### Bug Fixes
package/README.md CHANGED
@@ -9,7 +9,6 @@ Surgical edits, hash-based concurrency safety, no whole-file rewrites.
9
9
  [![Release](https://img.shields.io/github/v/release/usrivastava92/obsidian-native-mcp?logo=semanticrelease)](https://github.com/usrivastava92/obsidian-native-mcp/releases)
10
10
  [![npm](https://img.shields.io/npm/v/obsidian-native-mcp?logo=npm)](https://www.npmjs.com/package/obsidian-native-mcp)
11
11
  [![License: MIT](https://img.shields.io/badge/license-MIT-blue)](LICENSE)
12
- [![Last Commit](https://img.shields.io/github/last-commit/usrivastava92/obsidian-native-mcp)](https://github.com/usrivastava92/obsidian-native-mcp/commits/main)
13
12
  [![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/usrivastava92/obsidian-native-mcp/badge)](https://scorecard.dev/status/github.com/usrivastava92/obsidian-native-mcp)
14
13
 
15
14
  </div>
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "native-mcp",
3
3
  "name": "Native MCP",
4
- "version": "1.5.1",
4
+ "version": "1.5.2",
5
5
  "minAppVersion": "1.5.0",
6
6
  "description": "MCP server for AI assistants to read, search, create, and modify notes in your vaults",
7
7
  "author": "Utkarsh Srivastava",
package/manifest.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "native-mcp",
3
3
  "name": "Native MCP",
4
- "version": "1.5.1",
4
+ "version": "1.5.2",
5
5
  "minAppVersion": "1.5.0",
6
6
  "description": "MCP server for AI assistants to read, search, create, and modify notes in your vaults",
7
7
  "author": "Utkarsh Srivastava",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "obsidian-native-mcp",
3
- "version": "1.5.1",
3
+ "version": "1.5.2",
4
4
  "description": "Zero-dependency MCP server for Obsidian vaults. Direct filesystem access — no Obsidian process or REST API plugin needed.",
5
5
  "license": "MIT",
6
6
  "type": "module",