Skip to content

Commit bdb329b

Browse files
committed
chore: bump version to 0.3.14 for release
Changes in this release: - Fix: Support --command syntax for all CLI commands - Fix: Resolve hanging issue when using --cc - Fix: Claude templates path resolution for global installs - Improvement: Version-based cache management for templates
1 parent 4d9fbfa commit bdb329b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "promptcode",
44
"displayName": "promptcode",
55
"description": "Generate prompt for LLM from your code",
6-
"version": "0.3.13",
6+
"version": "0.3.14",
77
"license": "SEE LICENSE IN LICENSE",
88
"repository": {
99
"type": "git",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "promptcode-cli",
3-
"version": "0.3.13",
3+
"version": "0.3.14",
44
"description": "CLI tool for PromptCode - Generate AI-ready prompts from codebases",
55
"bin": {
66
"promptcode": "./dist/promptcode"

0 commit comments

Comments
 (0)