From 4d522a44bd97c862650a5c8365245207aba5d5f5 Mon Sep 17 00:00:00 2001 From: Noah Brier Date: Wed, 1 Oct 2025 10:09:29 -0700 Subject: [PATCH] chore: release v0.12.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- CHANGELOG.md | 13 ++++++++++++- package.json | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c591929..1fff38a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index f25fa38..bb783fb 100644 --- a/package.json +++ b/package.json @@ -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": {