From 82131f03a2f6d988cbdddaf2220e86c1c4e498d3 Mon Sep 17 00:00:00 2001 From: Noah Brier Date: Sat, 13 Sep 2025 21:18:39 -0400 Subject: [PATCH] chore: release v0.8.2 --- CHANGELOG.md | 10 +++++++++- package.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1067d96..fb40058 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.8.2] - 2025-01-13 + +### Fixed +- Improved SessionStart hook formatting with arrow indicators for commands +- Fixed update notification display to show clean output instead of raw JSON +- Enhanced visual layout of first-run and update messages + ## [0.8.1] - 2025-01-13 ### Changed @@ -187,7 +194,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - API keys stored in environment variables - .mcp.json gitignored for security -[Unreleased]: https://github.com/heyitsnoah/claudesidian/compare/v0.8.1...HEAD +[Unreleased]: https://github.com/heyitsnoah/claudesidian/compare/v0.8.2...HEAD +[0.8.2]: https://github.com/heyitsnoah/claudesidian/compare/v0.8.1...v0.8.2 [0.8.1]: https://github.com/heyitsnoah/claudesidian/compare/v0.8.0...v0.8.1 [0.8.0]: https://github.com/heyitsnoah/claudesidian/compare/v0.7.0...v0.8.0 [0.7.0]: https://github.com/heyitsnoah/claudesidian/compare/v0.6.0...v0.7.0 diff --git a/package.json b/package.json index 4fca510..8e59db7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "claudesidian", - "version": "0.8.1", + "version": "0.8.2", "description": "Claude Code + Obsidian Starter Kit - AI-powered second brain", "type": "module", "scripts": {