chore: release v0.12.1

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Noah Brier
2025-10-01 10:09:29 -07:00
co-authored by Claude
parent 51ddbba3b4
commit 4d522a44bd
2 changed files with 13 additions and 2 deletions
+12 -1
View File
@@ -8,6 +8,16 @@ and this project adheres to
## [Unreleased]
## [0.12.1] - 2025-01-17
### Fixed
- Improved upgrade command to prevent interactive prompts and hanging
- Enhanced upgrade command with explicit backup steps and non-interactive file
replacement
- Refined upgrade command based on real usage feedback for better reliability
- Applied linting fixes to upgrade command for code quality
## [0.12.0] - 2025-01-17
### Added
@@ -375,7 +385,8 @@ and this project adheres to
- API keys stored in environment variables
- .mcp.json gitignored for security
[Unreleased]: https://github.com/heyitsnoah/claudesidian/compare/v0.12.0...HEAD
[Unreleased]: https://github.com/heyitsnoah/claudesidian/compare/v0.12.1...HEAD
[0.12.1]: https://github.com/heyitsnoah/claudesidian/compare/v0.12.0...v0.12.1
[0.12.0]: https://github.com/heyitsnoah/claudesidian/compare/v0.11.0...v0.12.0
[0.11.0]: https://github.com/heyitsnoah/claudesidian/compare/v0.10.1...v0.11.0
[0.10.1]: https://github.com/heyitsnoah/claudesidian/compare/v0.10.0...v0.10.1
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "claudesidian",
"version": "0.12.0",
"version": "0.12.1",
"description": "Claude Code + Obsidian Starter Kit - AI-powered second brain",
"type": "module",
"scripts": {