Skip to content

Commit ccb0e66

Browse files
committed
chore(release): bump version to 1.11.0
1 parent 6427fdc commit ccb0e66

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"name": "devflow",
1212
"source": "./",
1313
"description": "A Claude Code plugin powering structured development workflows \u2014 skills for building, reviewing, responding, and debugging. Includes core workflow skills (build, review, respond, debug), utility skills, custom agents, workflow automation hooks, and output styles.",
14-
"version": "1.10.0",
14+
"version": "1.11.0",
1515
"author": {
1616
"name": "kobig"
1717
},

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "devflow",
33
"description": "A Claude Code plugin powering structured development workflows \u2014 macro skills (start, code, ship), core skills (build, review, respond, debug). Includes core workflow skills (build, review, respond, debug), utility skills, custom agents, workflow automation hooks, and output styles.",
4-
"version": "1.10.0",
4+
"version": "1.11.0",
55
"license": "MIT",
66
"keywords": [
77
"skills",

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.11.0] — 2026-04-19
6+
7+
### Macro Skills + Quality Improvements
8+
9+
- feat: add `df-start` — quick onboard + build entry point
10+
- feat: add `df-code` — rapid build + test iteration loop
11+
- feat: add `df-ship` — review + merge completion macro
12+
- feat: add `df-adr` — architecture decision record skill
13+
- feat: add `docs/getting-started.md` for new users
14+
- feat: add `docs/references/skills-catalog.md`
15+
- refactor: compress CLAUDE.md from 269 to 103 lines
16+
- refactor: rename `df-generate-tests``df-tests` (match frontmatter)
17+
- refactor: rename `df-generate-docs``df-docs` (match frontmatter)
18+
- fix: correct `df-merge-pr` frontmatter name (was `df-merge`)
19+
520
## [1.10.0] — 2026-04-17
621

722
### df-merge-pr auto-confirm + docs

0 commit comments

Comments
 (0)