Skip to content

Commit a28b4d5

Browse files
committed
0.2.1
1 parent 568e9fe commit a28b4d5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cchistory",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Get shell commands from Claude Code conversation history. Because Claude's commands don't appear in your shell history.",
55
"main": "dist/cli.js",
66
"bin": {

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '0.2.0';
1+
export const version = '0.2.1';

0 commit comments

Comments
 (0)