obsidian-native-mcp 1.4.1 → 1.4.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,6 +1,6 @@
1
- ## [1.4.1](https://github.com/usrivastava92/obsidian-native-mcp/compare/v1.4.0...v1.4.1) (2026-05-24)
1
+ ## [1.4.2](https://github.com/usrivastava92/obsidian-native-mcp/compare/v1.4.1...v1.4.2) (2026-05-24)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
- * **plugin:** rename manifest identity for community submission ([e78fc27](https://github.com/usrivastava92/obsidian-native-mcp/commit/e78fc27cc68e7b4ca8d32d481ab014cb7875d9cb))
6
+ * **release:** align plugin version with GitHub release ([2ad9f56](https://github.com/usrivastava92/obsidian-native-mcp/commit/2ad9f5638215bb079e839ca8ebf08fdf116594dc))
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "native-mcp",
3
3
  "name": "Native MCP",
4
- "version": "1.4.1",
4
+ "version": "1.4.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.4.1",
4
+ "version": "1.4.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.4.1",
3
+ "version": "1.4.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",