From 65e8278d307d6d65c624133e2a2b84ae4827b840 Mon Sep 17 00:00:00 2001 From: Noah Brier Date: Wed, 17 Sep 2025 16:19:47 -0400 Subject: [PATCH] chore: release v0.12.0 --- CHANGELOG.md | 16 +++++++++++++++- package.json | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6604d2c..13be7dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,19 @@ and this project adheres to ## [Unreleased] +## [0.12.0] - 2025-01-17 + +### Added + +- New `/download-attachment` command for downloading web content and files to Obsidian attachments folder +- New `/pull-request` command for creating PRs with intelligent change analysis and description generation +- Both commands integrate seamlessly with Obsidian's vault structure + +### Fixed + +- Security improvements in download command based on PR review feedback +- Code formatting to pass lint checks + ## [0.11.0] - 2025-01-17 ### Added @@ -360,7 +373,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.11.0...HEAD +[Unreleased]: https://github.com/heyitsnoah/claudesidian/compare/v0.12.0...HEAD +[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 [0.10.0]: https://github.com/heyitsnoah/claudesidian/compare/v0.9.2...v0.10.0 diff --git a/package.json b/package.json index 65a4ec1..f25fa38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "claudesidian", - "version": "0.11.0", + "version": "0.12.0", "description": "Claude Code + Obsidian Starter Kit - AI-powered second brain", "type": "module", "scripts": {