Skip to content

Commit 35aa411

Browse files
committed
0.21.1
1 parent 362c41f commit 35aa411

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

.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": "ai-devkit",
3-
"version": "0.21.0",
3+
"version": "0.21.1",
44
"description": "Structured AI-assisted development with phase workflows, persistent memory, and reusable skills",
55
"author": {
66
"name": "Hoang Nguyen",

.cursor-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ai-devkit",
3-
"version": "0.21.0",
3+
"version": "0.21.1",
44
"description": "AI-assisted development toolkit with structured SDLC workflows, persistent memory, and reusable skills",
55
"author": {
66
"name": "Hoang Nguyen",

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.21.0] - 2026-03-14
8+
## [0.21.1] - 2026-04-04
9+
10+
### Fixed
11+
12+
- **Interactive Skill Add Parsing** - Fixed `ai-devkit skill add <registry>` so it no longer requires `skill-name` and can open the interactive skill selection flow.
13+
14+
## [0.21.0] - 2026-04-04
915

1016
### Added
1117

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ai-devkit",
3-
"version": "0.21.0",
3+
"version": "0.21.1",
44
"private": true,
55
"description": "A CLI toolkit for AI-assisted software development with phase templates and environment setup",
66
"scripts": {

0 commit comments

Comments
 (0)