obsidian-native-mcp 1.5.1 → 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.
- package/.github/workflows/scorecard.yml +1 -1
- package/CHANGELOG.md +12 -0
- package/README.md +0 -1
- package/dist/plugin/manifest.json +1 -1
- package/manifest.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
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
|
+
|
|
7
|
+
## [1.5.2](https://github.com/usrivastava92/obsidian-native-mcp/compare/1.5.1...1.5.2) (2026-06-17)
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
- restore proper spacing between badges ([4d286bf](https://github.com/usrivastava92/obsidian-native-mcp/commit/4d286bf5c8e31bca25836a0d0b24f08ec59f1038))
|
|
12
|
+
|
|
1
13
|
## [1.5.1](https://github.com/usrivastava92/obsidian-native-mcp/compare/1.5.0...1.5.1) (2026-06-17)
|
|
2
14
|
|
|
3
15
|
### Bug Fixes
|
package/README.md
CHANGED
|
@@ -9,7 +9,6 @@ Surgical edits, hash-based concurrency safety, no whole-file rewrites.
|
|
|
9
9
|
[](https://github.com/usrivastava92/obsidian-native-mcp/releases)
|
|
10
10
|
[](https://www.npmjs.com/package/obsidian-native-mcp)
|
|
11
11
|
[](LICENSE)
|
|
12
|
-
[](https://github.com/usrivastava92/obsidian-native-mcp/commits/main)
|
|
13
12
|
[](https://scorecard.dev/status/github.com/usrivastava92/obsidian-native-mcp)
|
|
14
13
|
|
|
15
14
|
</div>
|
package/manifest.json
CHANGED
package/package.json
CHANGED