Skip to content

Commit 703dbf9

Browse files
heyitsnoahclaude
andcommitted
chore: release v0.14.2
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 36b2dc9 commit 703dbf9

2 files changed

Lines changed: 21 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,22 @@ and this project adheres to
88

99
## [Unreleased]
1010

11+
## [0.14.2] - 2026-01-13
12+
13+
### Changed
14+
15+
- Updated `@modelcontextprotocol/sdk` to v1.25.2 (fixes HIGH severity ReDoS and DNS rebinding vulnerabilities)
16+
- Updated dev dependencies (eslint, prettier, typescript-eslint) to latest versions
17+
18+
### Added
19+
20+
- MIT license attribution for kepano/obsidian-skills (json-canvas, obsidian-bases, obsidian-markdown)
21+
- Added `.worktrees/` to gitignore for git worktree workflow support
22+
23+
### Security
24+
25+
- Fixed 5 Dependabot security alerts (3 high, 2 moderate)
26+
1127
## [0.14.1] - 2026-01-13
1228

1329
### Fixed
@@ -457,7 +473,10 @@ and this project adheres to
457473
- API keys stored in environment variables
458474
- .mcp.json gitignored for security
459475

460-
[Unreleased]: https://github.com/heyitsnoah/claudesidian/compare/v0.13.1...HEAD
476+
[Unreleased]: https://github.com/heyitsnoah/claudesidian/compare/v0.14.2...HEAD
477+
[0.14.2]: https://github.com/heyitsnoah/claudesidian/compare/v0.14.1...v0.14.2
478+
[0.14.1]: https://github.com/heyitsnoah/claudesidian/compare/v0.14.0...v0.14.1
479+
[0.14.0]: https://github.com/heyitsnoah/claudesidian/compare/v0.13.1...v0.14.0
461480
[0.13.1]: https://github.com/heyitsnoah/claudesidian/compare/v0.13.0...v0.13.1
462481
[0.13.0]: https://github.com/heyitsnoah/claudesidian/compare/v0.12.1...v0.13.0
463482
[0.12.1]: https://github.com/heyitsnoah/claudesidian/compare/v0.12.0...v0.12.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "claudesidian",
3-
"version": "0.14.1",
3+
"version": "0.14.2",
44
"description": "Claude Code + Obsidian Starter Kit - AI-powered second brain",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)