obsidian-native-mcp 1.5.2 → 1.5.3

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.
@@ -13,7 +13,7 @@ jobs:
13
13
  runs-on: ubuntu-latest
14
14
  steps:
15
15
  - uses: actions/checkout@v6
16
- - uses: ossf/scorecard-action@v2
16
+ - uses: ossf/scorecard-action@v2.4.3
17
17
  with:
18
18
  results_file: results.sarif
19
19
  results_format: sarif
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [1.5.3](https://github.com/usrivastava92/obsidian-native-mcp/compare/1.5.2...1.5.3) (2026-06-17)
2
+
3
+ ### Bug Fixes
4
+
5
+ - use scorecard-action@v2.4.3 instead of [@v2](https://github.com/v2) (floating tag not maintained) ([a6eb351](https://github.com/usrivastava92/obsidian-native-mcp/commit/a6eb35145ad049129d4631d43724b0b3f0118921))
6
+
1
7
  ## [1.5.2](https://github.com/usrivastava92/obsidian-native-mcp/compare/1.5.1...1.5.2) (2026-06-17)
2
8
 
3
9
  ### Bug Fixes
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "native-mcp",
3
3
  "name": "Native MCP",
4
- "version": "1.5.2",
4
+ "version": "1.5.3",
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.2",
4
+ "version": "1.5.3",
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.2",
3
+ "version": "1.5.3",
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",