chore: release v0.11.0
This commit is contained in:
+17
-1
@@ -8,6 +8,21 @@ and this project adheres to
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.11.0] - 2025-01-17
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Comprehensive linting and formatting setup with ESLint and Prettier
|
||||||
|
- Configuration files organized in `.config/` folder for better project structure
|
||||||
|
- GitHub Action workflow for automated lint checks on pull requests
|
||||||
|
- Package manager specification for consistent dependency management
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Resolved lonely if ESLint warning for cleaner code
|
||||||
|
- GitHub Action configuration for proper pnpm setup
|
||||||
|
- Added packageManager field to ensure consistent tooling across environments
|
||||||
|
|
||||||
## [0.10.1] - 2025-01-15
|
## [0.10.1] - 2025-01-15
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
@@ -344,7 +359,8 @@ and this project adheres to
|
|||||||
- 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.10.1...HEAD
|
[Unreleased]: https://github.com/heyitsnoah/claudesidian/compare/v0.11.0...HEAD
|
||||||
|
[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.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
|
[0.10.0]: https://github.com/heyitsnoah/claudesidian/compare/v0.9.2...v0.10.0
|
||||||
[0.9.2]: https://github.com/heyitsnoah/claudesidian/compare/v0.9.1...v0.9.2
|
[0.9.2]: https://github.com/heyitsnoah/claudesidian/compare/v0.9.1...v0.9.2
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "claudesidian",
|
"name": "claudesidian",
|
||||||
"version": "0.10.1",
|
"version": "0.11.0",
|
||||||
"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