Skip to content

Commit d983a03

Browse files
committed
version: v0.3.2
1 parent a25dc3c commit d983a03

4 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v0.3.2
2+
3+
[v0.3.1...v0.3.2](https://github.com/codetime-dev/codetime-cli/compare/v0.3.1...v0.3.2)
4+
5+
### :adhesive_bandage: Fixes
6+
7+
- **backfill**: add amp backfill source support - By [Jianqi Pan](mailto:jannchie@gmail.com) in [a25dc3c](https://github.com/codetime-dev/codetime-cli/commit/a25dc3c)
8+
19
## v0.3.1
210

311
[v0.3.0...v0.3.1](https://github.com/codetime-dev/codetime-cli/compare/v0.3.0...v0.3.1)

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "codetime-cli-workspace",
33
"type": "module",
4+
"version": "0.3.2",
45
"private": true,
56
"packageManager": "pnpm@11.1.2",
67
"scripts": {

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "codetime-cli",
33
"type": "module",
4-
"version": "0.3.1",
4+
"version": "0.3.2",
55
"description": "codetime CLI — install AI-agent hooks (Claude Code, Codex, OpenCode, Pi) and report activity to codetime.dev.",
66
"license": "MIT",
77
"publishConfig": {

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@codetime/shared",
33
"type": "module",
4-
"version": "0.3.1",
4+
"version": "0.3.2",
55
"private": true,
66
"description": "Shared event types for codetime CLI. Inlined into the published `codetime` bundle — not published independently.",
77
"license": "MIT",

0 commit comments

Comments
 (0)