Skip to content

Commit 457b360

Browse files
avivsinaiclaude
andcommitted
chore: bump version to 0.4.0 and clean up test files
- Bump version from 0.3.14 to 0.4.0 - Remove temporary test files - Major release with CLI integration and simplified command set 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 742a69a commit 457b360

File tree

6 files changed

+2
-81
lines changed

6 files changed

+2
-81
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.14",
6+
"version": "0.4.0",
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.14",
3+
"version": "0.4.0",
44
"description": "CLI tool for PromptCode - Generate AI-ready prompts from codebases",
55
"bin": {
66
"promptcode": "./dist/promptcode"

packages/cli/test-tmp2/temp-test/test-cli-temp/test.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/cli/test.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

test-README.md

Lines changed: 0 additions & 68 deletions
This file was deleted.

test-math.ts

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)