Skip to content

Commit 2b3b520

Browse files
github-actions[bot]say8425
authored andcommitted
chore(main): release 1.2.0
1 parent 3e75054 commit 2b3b520

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [1.2.0](https://github.com/say8425/cc-statusline/compare/v1.1.1...v1.2.0) (2026-01-25)
4+
5+
6+
### Features
7+
8+
* initial release of cc-statusline ([455ca05](https://github.com/say8425/cc-statusline/commit/455ca05fe700770f11e5c03b8d85900c67877036))
9+
* switch to npmjs.org and support bunx execution ([4ca6cde](https://github.com/say8425/cc-statusline/commit/4ca6cdef2dda1fc1d61cc4eaff98e65369c085f1))
10+
11+
12+
### Bug Fixes
13+
14+
* **ci:** checkout release tag for publish job ([3e75054](https://github.com/say8425/cc-statusline/commit/3e75054ef512c547f37b86a33a48d4808eca65f9))
15+
* **ci:** handle empty pr output in release workflow ([dd4cf9f](https://github.com/say8425/cc-statusline/commit/dd4cf9f3ff0d552695231ee8711834ecdf037d96))
16+
* **ci:** use gh pr list for reliable PR number lookup ([6d48fc2](https://github.com/say8425/cc-statusline/commit/6d48fc25cac24316fab5e359d415452871275e11))
17+
* **ci:** use merge commit instead of squash ([eb7837f](https://github.com/say8425/cc-statusline/commit/eb7837f34c8429956759a8e27cc839ca75b48a84))
18+
* **ci:** use rebase merge strategy ([702bb0d](https://github.com/say8425/cc-statusline/commit/702bb0d8a72d0a3a5644d541f9d63538a9f24b25))
19+
* parse transcript directly for immediate context update ([6e44f5a](https://github.com/say8425/cc-statusline/commit/6e44f5a261490f259101dd751b22ee3c6b1e8450))
20+
* use latest transcript file for immediate context update ([f1803c6](https://github.com/say8425/cc-statusline/commit/f1803c6e9852dc12bb83aa260dfcc2d9654c60d7))
21+
322
## [1.1.0](https://github.com/say8425/cc-statusline/compare/v1.0.0...v1.1.0) (2026-01-24)
423

524

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@say8425/cc-statusline",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"type": "module",
55
"description": "Custom statusline for Claude Code",
66
"repository": {

0 commit comments

Comments
 (0)