Skip to content

Commit e258afa

Browse files
committed
version: v0.2.1
1 parent d38a222 commit e258afa

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## v0.2.1
2+
3+
[v0.2.0...v0.2.1](https://github.com/codetime-dev/codetime-cli/compare/v0.2.0...v0.2.1)
4+
5+
### :art: Refactors
6+
7+
- **cli**: restructure backfill import flow - By [Jianqi Pan](mailto:jannchie@gmail.com) in [d38a222](https://github.com/codetime-dev/codetime-cli/commit/d38a222)
8+
9+
### :construction_worker: CI
10+
11+
- **github-actions**: add npm publish workflow - By [Jianqi Pan](mailto:jannchie@gmail.com) in [8cab4a2](https://github.com/codetime-dev/codetime-cli/commit/8cab4a2)
12+
13+
### :wrench: Chores
14+
15+
- **cli**: update repository metadata - By [Jianqi Pan](mailto:jannchie@gmail.com) in [2631b76](https://github.com/codetime-dev/codetime-cli/commit/2631b76)
16+
- **deps**: bump pnpm and lockfile - By [Jianqi Pan](mailto:jannchie@gmail.com) in [e556411](https://github.com/codetime-dev/codetime-cli/commit/e556411)
17+
118
## v0.2.0
219

320
codetime@0.1.0...v0.2.0

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.2.0",
4+
"version": "0.2.1",
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.2.0",
4+
"version": "0.2.1",
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)