Skip to content

Commit 1f53d4e

Browse files
committed
3.2.0
1 parent 1cf3a54 commit 1f53d4e

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"name": "draft",
1313
"source": "./",
1414
"description": "Context-Driven Development: draft specs and plans before implementation. Structured workflows for features and fixes.",
15-
"version": "3.1.5",
15+
"version": "3.2.0",
1616
"author": {
1717
"name": "mayurpise"
1818
},

.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": "draft",
33
"description": "Context-Driven Development: draft specs and plans before implementation. Structured workflows for features and fixes.",
4-
"version": "3.1.5",
4+
"version": "3.2.0",
55
"author": {
66
"name": "mayurpise"
77
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@drafthq/draft",
3-
"version": "3.1.5",
3+
"version": "3.2.0",
44
"description": "Context-Driven Development for AI coding agents — install Draft into Claude Code, Cursor, Codex, or opencode.",
55
"bin": {
66
"draft": "cli/bin/draft.js"

web/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@
233233
<canvas id="hero-canvas" aria-hidden="true"></canvas>
234234
<div class="hero-content">
235235
<a href="#changelog-strip" class="release-pill">
236-
<span class="release-pill-tag">v3.1.5</span>
236+
<span class="release-pill-tag">v3.2.0</span>
237237
<span class="release-pill-text">The knowledge graph is now engine-only &mdash; indexed locally and queried live, with no machine-readable snapshot committed to your repo</span>
238238
<span class="release-pill-arrow"></span>
239239
</a>
@@ -301,7 +301,7 @@ <h1>Stop shipping<br><span class="gradient-text">AI-generated bugs</span>.</h1>
301301
<div class="release-strip-inner">
302302
<div class="release-strip-meta">
303303
<span class="release-strip-tag">Latest</span>
304-
<span class="release-strip-version">v3.1.5 &middot; June 14, 2026</span>
304+
<span class="release-strip-version">v3.2.0 &middot; June 14, 2026</span>
305305
</div>
306306
<div class="release-strip-headline">
307307
<h3>Draft 3.1.5: the knowledge graph is now engine-only</h3>

0 commit comments

Comments
 (0)