Skip to content

Commit e2aec55

Browse files
sjnimsclaude
andcommitted
chore: prepare release v0.3.1
Hotfix release addressing: - [BANG] placeholder regression in skill-development (#192) - Missing documentation updates for LSP skill Version bump: 0.3.0 → 0.3.1 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent a1d289b commit e2aec55

4 files changed

Lines changed: 18 additions & 5 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
},
77
"metadata": {
88
"description": "Unofficial plugin-dev plugin marketplace for plugin-dev Claude Code plugin - the plugin itself was initially created by Daisy Hollman at Anthropic.",
9-
"version": "0.3.0"
9+
"version": "0.3.1"
1010
},
1111
"plugins": [
1212
{
1313
"name": "plugin-dev",
1414
"description": "Comprehensive toolkit for developing Claude Code plugins. Includes 9 expert skills covering hooks, MCP integration, LSP servers, commands, agents, marketplaces, and best practices. AI-assisted plugin creation and validation.",
15-
"version": "0.3.0",
15+
"version": "0.3.1",
1616
"author": {
1717
"name": "Daisy Hollman",
1818
"url": "https://github.com/anthropics/claude-code/",

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.1] - 2026-01-24
11+
12+
### Fixed
13+
14+
- **Replace `!` with `[BANG]` in skill-development** - Fixed regression from #192 where dynamic context injection examples used literal `!` backtick patterns, causing shell execution errors during skill loading
15+
16+
### Documentation
17+
18+
- **Update skill counts for LSP integration** - Updated CONTRIBUTING.md and README.md to reflect 9 skills (was 8)
19+
- **Add LSP Integration to README skills table** - Added missing entry for LSP skill triggers
20+
- **Add 0.3.x to SECURITY.md** - Added current version to supported versions table
21+
1022
## [0.3.0] - 2026-01-24
1123

1224
### Changed
@@ -207,7 +219,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
207219
- Based on original plugin by Daisy Hollman at Anthropic
208220
- Expanded with enhanced skills, additional utilities, and CI/CD infrastructure
209221

210-
[Unreleased]: https://github.com/sjnims/plugin-dev/compare/v0.3.0...HEAD
222+
[Unreleased]: https://github.com/sjnims/plugin-dev/compare/v0.3.1...HEAD
223+
[0.3.1]: https://github.com/sjnims/plugin-dev/compare/v0.3.0...v0.3.1
211224
[0.3.0]: https://github.com/sjnims/plugin-dev/compare/v0.2.1...v0.3.0
212225
[0.2.1]: https://github.com/sjnims/plugin-dev/compare/v0.2.0...v0.2.1
213226
[0.2.0]: https://github.com/sjnims/plugin-dev/compare/v0.1.0...v0.2.0

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Guidance for Claude Code working in this repository.
66

77
Plugin marketplace containing the **plugin-dev** plugin - a toolkit for developing Claude Code plugins. Provides 9 skills, 3 agents, 3 slash commands.
88

9-
**Version**: v0.3.0 | [CHANGELOG.md](CHANGELOG.md)
9+
**Version**: v0.3.1 | [CHANGELOG.md](CHANGELOG.md)
1010

1111
## MCP Tool Requirements (CRITICAL)
1212

plugins/plugin-dev/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plugin-dev",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Comprehensive toolkit for developing Claude Code plugins. Includes 9 expert skills covering hooks, MCP integration, LSP servers, commands, agents, marketplaces, and best practices. AI-assisted plugin creation and validation.",
55
"author": {
66
"name": "Daisy Hollman",

0 commit comments

Comments
 (0)