chore: release v0.2.2
This commit is contained in:
+9
-1
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.2.2] - 2025-01-13
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Corrected all documentation to use proper slash command syntax (/command-name)
|
||||||
|
- Fixed examples showing incorrect 'claude run' syntax
|
||||||
|
- Updated README, CLAUDE.md, install.sh, and command docs
|
||||||
|
|
||||||
## [0.2.1] - 2025-01-13
|
## [0.2.1] - 2025-01-13
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
@@ -67,7 +74,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- API keys stored in environment variables
|
- API keys stored in environment variables
|
||||||
- .mcp.json gitignored for security
|
- .mcp.json gitignored for security
|
||||||
|
|
||||||
[Unreleased]: https://github.com/heyitsnoah/claudesidian/compare/v0.2.1...HEAD
|
[Unreleased]: https://github.com/heyitsnoah/claudesidian/compare/v0.2.2...HEAD
|
||||||
|
[0.2.2]: https://github.com/heyitsnoah/claudesidian/compare/v0.2.1...v0.2.2
|
||||||
[0.2.1]: https://github.com/heyitsnoah/claudesidian/compare/v0.2.0...v0.2.1
|
[0.2.1]: https://github.com/heyitsnoah/claudesidian/compare/v0.2.0...v0.2.1
|
||||||
[0.2.0]: https://github.com/heyitsnoah/claudesidian/compare/v0.1.0...v0.2.0
|
[0.2.0]: https://github.com/heyitsnoah/claudesidian/compare/v0.1.0...v0.2.0
|
||||||
[0.1.0]: https://github.com/heyitsnoah/claudesidian/releases/tag/v0.1.0
|
[0.1.0]: https://github.com/heyitsnoah/claudesidian/releases/tag/v0.1.0
|
||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "claudesidian",
|
"name": "claudesidian",
|
||||||
"version": "0.2.1",
|
"version": "0.2.2",
|
||||||
"description": "Claude Code + Obsidian Starter Kit - AI-powered second brain",
|
"description": "Claude Code + Obsidian Starter Kit - AI-powered second brain",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user